BreadCrumbs: JavaScript
JavaScript
From Luke Jackson
(Difference between revisions)
| Revision as of 04:22, 27 October 2016 (edit) Ljackson (Talk | contribs) ← Previous diff |
Revision as of 04:27, 27 October 2016 (edit) Ljackson (Talk | contribs) (→XPath) Next diff → |
||
| Line 3: | Line 3: | ||
| count(//td[text() ="Men's XL"]) | count(//td[text() ="Men's XL"]) | ||
| //td[text() ="Men's XL"] | //td[text() ="Men's XL"] | ||
| + | //td[8] | ||
| + | //option/@value | //select/@id | //input/@id | //select/optgroup/@label | //option/text() | ||
Revision as of 04:27, 27 October 2016
XPath
count(//td[text() ="Men's XL"]) //td[text() ="Men's XL"] //td[8] //option/@value | //select/@id | //input/@id | //select/optgroup/@label | //option/text()