You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why you do not provide extended drivers such as UiAutomator2Driver? executeScript is flexible, but it is inconvenient to use multiple times.
For example, as follows
Current code
val result = driver.executeScript("mobile: {method-name}"mapOf(
"key1":"value1""key1":"value2"
))
Is there a reason why you do not provide extended drivers such as
UiAutomator2Driver
?executeScript
is flexible, but it is inconvenient to use multiple times.For example, as follows
Current code
Extended code
The text was updated successfully, but these errors were encountered: