Skip to content

Commit ef0f66c

Browse files
iampopovichaguspe
andauthored
[rb] Remove local storage and session storage interfaces and methods (#16015)
Remove local storage and session storage interfaces and related methods from Selenium WebDriver Co-authored-by: Augustin Gottlieb <[email protected]>
1 parent fa6bb2e commit ef0f66c

File tree

5 files changed

+0
-97
lines changed

5 files changed

+0
-97
lines changed

rb/sig/interfaces/local_storage.rbs

Lines changed: 0 additions & 3 deletions
This file was deleted.

rb/sig/lib/selenium/webdriver/common/html5/local_storage.rbs

Lines changed: 0 additions & 25 deletions
This file was deleted.

rb/sig/lib/selenium/webdriver/common/html5/session_storage.rbs

Lines changed: 0 additions & 27 deletions
This file was deleted.

rb/sig/lib/selenium/webdriver/common/html5/shared_web_storage.rbs

Lines changed: 0 additions & 24 deletions
This file was deleted.

rb/sig/lib/selenium/webdriver/remote/bridge.rbs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -136,25 +136,7 @@ module Selenium
136136

137137
def element_screenshot: (untyped element) -> untyped
138138

139-
def local_storage_item: (untyped key, ?untyped? value) -> untyped
140139

141-
def remove_local_storage_item: (untyped key) -> untyped
142-
143-
def local_storage_keys: () -> untyped
144-
145-
def clear_local_storage: () -> untyped
146-
147-
def local_storage_size: () -> untyped
148-
149-
def session_storage_item: (untyped key, ?untyped? value) -> untyped
150-
151-
def remove_session_storage_item: (untyped key) -> untyped
152-
153-
def session_storage_keys: () -> untyped
154-
155-
def clear_session_storage: () -> untyped
156-
157-
def session_storage_size: () -> untyped
158140

159141
def execute_script: (untyped script, *untyped args) -> untyped
160142

0 commit comments

Comments
 (0)