Skip to content

docs: address options in the migration guide#929

Merged
KazuCocoa merged 3 commits intomasterfrom
docs-add-options
Oct 18, 2023
Merged

docs: address options in the migration guide#929
KazuCocoa merged 3 commits intomasterfrom
docs-add-options

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

I saw a couple of times about this options argument report these days. Lets address it in the migration guide since v3 completely removed the old desired_capabilities

README.md Outdated
### Quick migration guide from v2 to v3
- `options` keyword argument for `webdriver.Remote` such as `XCUITestOptions` instead of `desired_capabilities`
- Available options are https://github.com/appium/python-client/tree/master/appium/options
- Not "new" change, but the `desired_capabilities` has been removed since v3.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo below properly -> property

README.md Outdated


### Quick migration guide from v2 to v3
- `options` keyword argument for `webdriver.Remote` such as `XCUITestOptions` instead of `desired_capabilities`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for webdriver.Remote -> in the webdriver.Remote contructor


### Quick migration guide from v2 to v3
- `options` keyword argument for `webdriver.Remote` such as `XCUITestOptions` instead of `desired_capabilities`
- Available options are https://github.com/appium/python-client/tree/master/appium/options
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we may also link the example code below where options are used

README.md Outdated
- `options` keyword argument in the `webdriver.Remote` constructor such as `XCUITestOptions` instead of `desired_capabilities`
- Available options are https://github.com/appium/python-client/tree/master/appium/options
- Please check the [Usage](#usage) below as an exampple.
- Not a "new" change, but the `desired_capabilities` has been removed since v3.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the desired_capabilities argument

@KazuCocoa KazuCocoa changed the title docs: adress options in the migration guide docs: address options in the migration guide Oct 18, 2023
@KazuCocoa KazuCocoa merged commit 1e281bf into master Oct 18, 2023
@KazuCocoa KazuCocoa deleted the docs-add-options branch October 18, 2023 21:11
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.

2 participants