Skip to content

fix: Ensure additional commands get added to the attach-to-session constructor#2431

Open
mykola-mokhnach wants to merge 1 commit into
masterfrom
set-setting
Open

fix: Ensure additional commands get added to the attach-to-session constructor#2431
mykola-mokhnach wants to merge 1 commit into
masterfrom
set-setting

Conversation

@mykola-mokhnach

Copy link
Copy Markdown
Contributor

Change list

Fix AppiumDriver's "attach to a running session" constructor (AppiumDriver(URL remoteSessionAddress, String platformName, String automationName)) so Appium-specific commands (settings, pressKeyCode, hideKeyboard, etc.) work when attaching to an existing session instead of creating a new one.

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Fixes #2428.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AppiumDriver.setSetting fails with org.openqa.selenium.UnsupportedCommandException

1 participant