Implement tag name selector for FindElements WebDriver command

This commit is contained in:
George Roman 2019-06-17 16:35:34 +03:00
parent 7d5b324bda
commit dec73e4cea
5 changed files with 47 additions and 14 deletions

View file

@ -5,9 +5,6 @@
[test_find_elements_link_text[<a href=#>LINK TEXT</a>-LINK TEXT\]]
expected: FAIL
[test_htmldocument[tag name-html\]]
expected: FAIL
[test_find_elements_link_text[<a href=#>link text</a>-link text\]]
expected: FAIL
@ -50,9 +47,6 @@
[test_find_elements[xpath-//a\]]
expected: FAIL
[test_find_elements[tag name-a\]]
expected: FAIL
[test_find_elements_partial_link_text[<a href=# style='text-transform: uppercase'>partial link text</a>-LINK\]]
expected: FAIL