Question
How to locate elements without name with appian selenium api library?
Hello, I am using the appian selenium api library for my tests and my problem is: How can I locate a textbox that does not have a name? I am currently using:
fixture.populateFieldWithValue("", ""); but I don't know how to use if the element doesn't have name. ¿There are a way to use xpath us selenium? ¿There are another option that i can use?
