Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: desired_capabilities has been deprecated #691

Closed
mwmcode opened this issue Mar 11, 2022 · 1 comment
Closed

DeprecationWarning: desired_capabilities has been deprecated #691

mwmcode opened this issue Mar 11, 2022 · 1 comment

Comments

@mwmcode
Copy link

mwmcode commented Mar 11, 2022

The problem

Hello,

I'm not sure if this is right repo to open this issue in, but if it is, is there a correct way to pass desired caps to stop this warning message?

CAPS = dict(
    platformName='Android',
    deviceName='Android Emulator',
    automationName='UiAutomator2',
    app=APP,
)


driver = webdriver.Remote(
    command_executor=APPIUM,
    desired_capabilities=CAPS,
)
appium/webdriver/webdriver.py:274: DeprecationWarning: desired_capabilities has been deprecated, please pass in an Options object with options kwarg
  super().__init__(

Environment

  • Appium version 2.0.0-beta.25
  • Desktop OS/version used to run Appium: macOS 12.2.1
  • Node.js version 16.13.2
  • Mobile platform/version under test: Android 11
  • Real device or emulator/simulator: emulator
@KazuCocoa
Copy link
Member

This is a known task this client should do as #640 .

#680 can prevent the warning as a workaround for now.

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

No branches or pull requests

2 participants