Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/v7-to-v8-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ to create an UiAutomator2 driver instance.
If there is no driver-specific options class for your driver then either use
`BaseOptions` builder as the base class to define your capabilities or request
driver developers to add one. _Do not_ use `DesiredCapabilities` class for this purpose in W3C context.
Check [unit tests](https://github.com/appium/java-client/blob/master/src/test/java/io/appium/java_client/drivers/options/OptionsBuildingTest.java)
for more examples on how to build driver options.

## Elements lookup

Expand Down