Skip to content

Commit 2921929

Browse files
committed
[rb] do not convert tag name to css selector
1 parent ce23014 commit 2921929

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎rb/lib/selenium/webdriver/remote/bridge.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,6 @@ def convert_locator(how, what)
634634
when 'name'
635635
how = 'css selector'
636636
what = "*[name='#{escape_css(what.to_s)}']"
637-
when 'tag name'
638-
how = 'css selector'
639637
end
640638

641639
if what.is_a?(Hash)

0 commit comments

Comments
 (0)