Skip to content

Commit 42b2fa8

Browse files
docs: Add a link to options builder examples to the migration guide (#1595)
1 parent 48ca7ae commit 42b2fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/v7-to-v8-migration-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ to create an UiAutomator2 driver instance.
2121
If there is no driver-specific options class for your driver then either use
2222
`BaseOptions` builder as the base class to define your capabilities or request
2323
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.
2426

2527
## Elements lookup
2628

0 commit comments

Comments
 (0)