Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Is there any reason why both WebElements and locators shouldn't be used in one Selenium test project
Hi,
In my Selenium tests, sometimes i need to use locators (eg. driver.findElement(locator)) and sometimes I need to use webElements** (eg. List)**. I wonder if there is any reason, that using these to in one project is not correct and I should stick to one type and declare only locators or only webElements in every pageObject.
Thanks for your help!
Hari
Tagged:
0
Comments
-
Hello kosmik,
I am not sure how this relates to CTP, but you may find the following link helpful.
0