eeter

Results 13 comments of eeter

Hi, the need for using rule configuration would be to change ``boldValue`` of the color-contrast check (https://github.com/dequelabs/axe-core/blob/develop/lib/checks/color/color-contrast.json#L8). It's for a case where the specific font used on the page is...

Hi, would it be possible to get license information added to this repository?

WhiteLibrary does not support xpath locators. For automating a Java application, see also: https://github.com/robotframework/SwingLibrary

Which version of WhiteLibrary do you have installed?

This would be a very useful feature. There has been some discussion around it but no one has yet looked into actually implementing it. @MummanaSubramanya if you are interested in...

Please provide more details on the item you are trying to automate, e.g. what does Inspect show as the control's type?

Looks like the control is a GroupBox which is a container for items. Inspect does not seem to see any child items inside that group, so I don't know if...

In addition to what @rasjani mentioned, ``Take Desktop Screenshot`` is currently using ``robot.api.logger`` to embed the image in the log file, but logging with ``robot.api.logger`` is not supported by PythonRemoteServer:...

Hi, I was not able to reproduce this issue. Could it crash because `Close Application` forces it to close? Does adding `Close Window` keyword to the teardown help?

Sounds like the window was still busy and didn't respond. The default busy timeout for White is 5 seconds, it can be set with `Set White Busy Timeout`.