We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d6c25 commit b9e14d1Copy full SHA for b9e14d1
rb/lib/selenium/webdriver.rb
@@ -33,7 +33,6 @@ module WebDriver
33
Point = Struct.new(:x, :y)
34
Dimension = Struct.new(:width, :height)
35
Rectangle = Struct.new(:x, :y, :width, :height)
36
- Location = Struct.new(:latitude, :longitude, :altitude)
37
38
autoload :BiDi, 'selenium/webdriver/bidi'
39
autoload :Chromium, 'selenium/webdriver/chromium'
0 commit comments