Open muthuubalakan opened 4 years ago
I am trying to automate java application with White library.
In some cases, I have text. So, I use as follows.
Click Button text:Log in
In some cases, I have xpath, like this /Edit[@Name=\"User Name\"][@AutomationId=\"idToken\"]
/Edit[@Name=\"User
Name\"][@AutomationId=\"idToken\"]
Click Button id:/Edit[@Name=\"User Name\"][@AutomationId=\"idToken\"]
But I get error.
WhiteLibrary does not support xpath locators. For automating a Java application, see also: https://github.com/robotframework/SwingLibrary
I am trying to automate java application with White library.
In some cases, I have text. So, I use as follows.
Click Button text:Log in
In some cases, I have xpath, like this
/Edit[@Name=\"User
Name\"][@AutomationId=\"idToken\"]
Click Button id:/Edit[@Name=\"User Name\"][@AutomationId=\"idToken\"]
But I get error.