Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rogererens
Copy link
Contributor

Selecting an element by id implies that the element has an id, and hence can occur only once on a page. So no need to refer to a 'first' one on the page which implies there could be multiple such elements.
xpath replaced by something more consistent with other examples on the page

Selecting an element by id implies that the element has an id, and hence can occur only once on a page. So no need to refer to a 'first' one on the page which implies there could be multiple such elements.
@baijum baijum merged commit 42e545d into baijum:master Feb 16, 2018
@baijum
Copy link
Owner

baijum commented Feb 16, 2018

Thanks @rogererens !

@cgoldberg
Copy link

and hence can occur only once on a page

so says the spec...

@rogererens rogererens deleted the patch-2 branch February 16, 2018 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants