Skip to content

Commit

Permalink
docs: update links (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Dec 25, 2023
1 parent e7975c6 commit 87aed5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions lib/appium_lib_core/common/base/bridge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ def status

# Perform 'touch' actions for W3C module.
# Generate +touch+ pointer action here and users can use this via +driver.action+
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/W3CActionBuilder.html
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/PointerActions.html
# - https://seleniumhq.github.io/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
# - https://www.selenium.dev/documentation/webdriver/actions_api/
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/ActionBuilder.html
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/PointerActions.html
# - https://www.selenium.dev/selenium/docs/api/rb/Selenium/WebDriver/KeyActions.html
#
# The pointer type is 'touch' by default in the Appium Ruby client.
#
Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib_core/common/base/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def add_command(method:, url:, name:, &block)

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

0 comments on commit 87aed5f

Please sign in to comment.