version 8.0 - new capabilities options #1664
-
I have switched my tests to java-client 8.0 and it worked well (thanks to the migration guide). How can/should i handle the capabilities for the flutter driver in future ? |
Beta Was this translation helpful? Give feedback.
Answered by
mykola-mokhnach
Mar 22, 2022
Replies: 1 comment 2 replies
-
You could either create a PR and describe available flutter driver capabilities as setters and getters or use the generic BaseOptions class with its |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RSM-SBA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could either create a PR and describe available flutter driver capabilities as setters and getters or use the generic BaseOptions class with its
amend
method to add custom capabilities.