Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
Read `release_notes.md` for commit level details.

## [11.0.1]
- Remove `::Selenium::WebDriver::DriverExtensions::HasWebStorage` import to follow selenium webdriver 4.30.0

## [11.0.0] - 2025-03-21
### Enhancements
- Remove deprecated marked commands
Expand Down
1 change: 0 additions & 1 deletion lib/appium_lib_core/common/base/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Base
class Driver < ::Selenium::WebDriver::Driver
include ::Selenium::WebDriver::DriverExtensions::UploadsFiles
include ::Selenium::WebDriver::DriverExtensions::HasSessionId
include ::Selenium::WebDriver::DriverExtensions::HasWebStorage

include ::Appium::Core::Base::Rotatable
include ::Appium::Core::Base::TakesScreenshot
Expand Down
8 changes: 0 additions & 8 deletions sig/gems/selenium/has_web_storage.rbs

This file was deleted.

2 changes: 0 additions & 2 deletions sig/lib/appium_lib_core/common/base/driver.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ module Appium

include Selenium::WebDriver::DriverExtensions::HasSessionId

include Selenium::WebDriver::DriverExtensions::HasWebStorage

include Base::Rotatable

include Base::TakesScreenshot
Expand Down
Loading