Skip to content

Commit d155504

Browse files
authored
chore: remove HasWebStorage by follow selenium webdriver 4.30.0 (#603)
1 parent 30a790b commit d155504

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5+
## [11.0.1]
6+
- Remove `::Selenium::WebDriver::DriverExtensions::HasWebStorage` import to follow selenium webdriver 4.30.0
7+
58
## [11.0.0] - 2025-03-21
69
### Enhancements
710
- Remove deprecated marked commands

lib/appium_lib_core/common/base/driver.rb

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class Base
2828
class Driver < ::Selenium::WebDriver::Driver
2929
include ::Selenium::WebDriver::DriverExtensions::UploadsFiles
3030
include ::Selenium::WebDriver::DriverExtensions::HasSessionId
31-
include ::Selenium::WebDriver::DriverExtensions::HasWebStorage
3231

3332
include ::Appium::Core::Base::Rotatable
3433
include ::Appium::Core::Base::TakesScreenshot

sig/gems/selenium/has_web_storage.rbs

-8
This file was deleted.

sig/lib/appium_lib_core/common/base/driver.rbs

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ module Appium
2222

2323
include Selenium::WebDriver::DriverExtensions::HasSessionId
2424

25-
include Selenium::WebDriver::DriverExtensions::HasWebStorage
26-
2725
include Base::Rotatable
2826

2927
include Base::TakesScreenshot

0 commit comments

Comments
 (0)