I cannot use the selenium IDE as i'm not allowed to use firefox. The website that i need to test doesnt have ID's for every tag. So i cannot even use that. My question is, how else do i use the locator object? Thats the argument in selinium.click or selinium.clickAt.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There are many other ways http://docs.seleniumhq.org/docs/03_webdriver.jsp#selenium-webdriver-api-commands-and-operations Just like with the IDE; by CSS, by xPath, by name, by class ...
|
|||
|
|