Skip to content

Commit 6e789d5

Browse files
Fix tag_name
1 parent af4517f commit 6e789d5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/appium_lib/common/patch.rb

-7
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ def name
4040
self.attribute :name
4141
end
4242

43-
# Returns the type attribute
44-
#
45-
# Fixes Selenium::WebDriver::Error::UnknownError: Not yet implemented
46-
def tag_name
47-
self.attribute :type
48-
end
49-
5043
# For use with mobile tap.
5144
#
5245
# ```ruby

0 commit comments

Comments
 (0)