Skip to content

Commit b9e14d1

Browse files
committed
[rb] nothing uses Location struct any longer
1 parent 85d6c25 commit b9e14d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rb/lib/selenium/webdriver.rb

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module WebDriver
3333
Point = Struct.new(:x, :y)
3434
Dimension = Struct.new(:width, :height)
3535
Rectangle = Struct.new(:x, :y, :width, :height)
36-
Location = Struct.new(:latitude, :longitude, :altitude)
3736

3837
autoload :BiDi, 'selenium/webdriver/bidi'
3938
autoload :Chromium, 'selenium/webdriver/chromium'

0 commit comments

Comments
 (0)