We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ca7ae commit 42b2fa8Copy full SHA for 42b2fa8
docs/v7-to-v8-migration-guide.md
@@ -21,6 +21,8 @@ to create an UiAutomator2 driver instance.
21
If there is no driver-specific options class for your driver then either use
22
`BaseOptions` builder as the base class to define your capabilities or request
23
driver developers to add one. _Do not_ use `DesiredCapabilities` class for this purpose in W3C context.
24
+Check [unit tests](https://github.com/appium/java-client/blob/master/src/test/java/io/appium/java_client/drivers/options/OptionsBuildingTest.java)
25
+for more examples on how to build driver options.
26
27
## Elements lookup
28
0 commit comments