- O_Reilly_Media–JavaScript_Web_Applications : chapter 9, Testing and Debugging : The Console : Console Helpers
- Pragmatic_Bookshelf–Pragmatic_Guide_to_JavaScript : Take 4 : Obtaining References to DOM Elements :
document.querySelectorAll('selectors')
- http://js-xpath.sourceforge.net : explains …
- https://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
- https://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/ecma-script-binding.html
- https://developer.mozilla.org/en-US/docs/Web/XPath
- https://developer.mozilla.org/en-US/docs/Introduction_to_using_XPath_in_JavaScript !!!
- https://developer.mozilla.org/en-US/docs/Web/XPath/Snippets
- https://www.nczonline.net/blog/2009/03/17/xpath-in-javascript-part-1/
- https://github.com/google/wicked-good-xpath
- http://stackoverflow.com/questions/10596417/is-there-a-way-to-get-element-by-xpath-using-javascript-in-selenium-webdriver
- https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html
Firefox:
- http://toolsqa.com/selenium-webdriver/xpath-firebug-firepath/ – “XPath, FireBug & FirePath” – quite a nice environment to experiment with XPath expressions
Microsoft:
Leave a Reply