Skip to content

Commit df105ba

Browse files
committed
No need to modify finding by tag name requests
1 parent 67f0e5a commit df105ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/client/src/org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec.java

-3
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ public W3CHttpCommandCodec() {
230230
case "name":
231231
return amendLocatorToCssSelector(parameters, "*[name='" + value + "']");
232232

233-
case "tag name":
234-
return amendLocatorToCssSelector(parameters, cssEscape(value));
235-
236233
default:
237234
// Do nothing
238235
break;

0 commit comments

Comments
 (0)