robotframework-whitelibrary
robotframework-whitelibrary copied to clipboard
How to pass xpath as locators?
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.