python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Options class in selenium 4

Open KazuCocoa opened this issue 4 years ago • 0 comments

The problem

As same as https://github.com/appium/ruby_lib_core/issues/333 , Python selenium client is also going to get Options as capabilities. https://github.com/SeleniumHQ/selenium/blob/64447d4b03f6986337d1ca8d8b6476653570bcc1/py/selenium/webdriver/chromium/options.py

I haven't dug the implementation, but potentially this client also should consider to follow it. Probably this can be after https://github.com/appium/python-client/pull/636 .

Environment

  • Appium version (or git revision) that exhibits the issue:
  • Last Appium version that did not exhibit the issue (if applicable):
  • Desktop OS/version used to run Appium:
  • Node.js version (unless using Appium.app|exe):
  • Mobile platform/version under test:
  • Real device or emulator/simulator:
  • Appium CLI or Appium.app|exe:

Details

If necessary, describe the problem you have been experiencing in more detail.

Link to Appium Logs

Create a GIST which is a paste of your full Appium logs, and link them here.

Code To reproduce issue

KazuCocoa avatar Sep 27 '21 17:09 KazuCocoa