Re: Element location strategies

On 11/06/15 11:27, David Burns wrote:
> We agreed that the rest were superfluous to our needs.
>
> I have an initial implementation in a client binding at
> https://github.com/AutomatedTester/selenium/blob/wires/py/selenium/webdriver/remote/webdriver.py#L656

That implementation is buggy though; it should escape the value where 
it's being used as an ident rather than as a full selector otherwise 
something like find_element(By.ID, "1") will fail.

It might be worth calling this out in the spec as a note or something.

Received on Thursday, 11 June 2015 10:36:48 UTC