Skip to content

Commit 87aed5f

Browse files
authored
docs: update links (#512)
1 parent e7975c6 commit 87aed5f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

lib/appium_lib_core/common/base/bridge.rb

+4-3
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ def status
181181

182182
# Perform 'touch' actions for W3C module.
183183
# Generate +touch+ pointer action here and users can use this via +driver.action+
184-
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/W3CActionBuilder.html
185-
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/PointerActions.html
186-
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
184+
# - https://www.selenium.dev/documentation/webdriver/actions_api/
185+
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/ActionBuilder.html
186+
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/PointerActions.html
187+
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
187188
#
188189
# The pointer type is 'touch' by default in the Appium Ruby client.
189190
#

lib/appium_lib_core/common/base/driver.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def add_command(method:, url:, name:, &block)
201201

202202
# Perform 'key' actions for W3C module.
203203
# Generate +key+ pointer action here and users can use this via +driver.key_action+
204-
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/W3CActionBuilder.html
205-
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
204+
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/ActionBuilder.html
205+
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
206206
#
207207
# The pointer type is 'key' by default in the Appium Ruby client.
208208
# +driver.action+ in Appium Ruby client has 'pointer' action by default.

0 commit comments

Comments
 (0)