Element-34 / py.saunter

sample framework for using selenium with python and page objects
Apache License 2.0
94 stars 35 forks source link

please add SaunterWebDriver find_elements_by_locator() method #11

Closed asyed closed 12 years ago

asyed commented 12 years ago

the SaunterWebDriver class has a helpful method to find a single element by any locator: find_element_by_locator

it would be great if there was also a 'find_elements_by_locator' method to find a list of matching elements by locator, like there exist in webdriver.

I tried to extend webdriver via a 'tailored" class similar to the example for extending remotecontrol, but I could not figure it out. I'm a bit of a novice.