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
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
@abourget@sclevine Hello guys, first of all thanks for the great library! We are using agouti for Web automation and it works like a charm, so we've decided to use it for mobile automation as well. But unfortunately we've faced with same issue "failed to connect to WebDriver: failed to connect to WebDriver: failed to retrieve a session ID", Is there any sort of affordable documentation for appium package or get started example as for agouti?
line causing error is : err = device.InstallApp( "./installed-release.apk")
Code we are trying to run:
@abourget @sclevine Hello guys, first of all thanks for the great library! We are using agouti for Web automation and it works like a charm, so we've decided to use it for mobile automation as well. But unfortunately we've faced with same issue "failed to connect to WebDriver: failed to connect to WebDriver: failed to retrieve a session ID", Is there any sort of affordable documentation for appium package or get started example as for agouti?
line causing error is :
err = device.InstallApp( "./installed-release.apk")
Code we are trying to run:
The text was updated successfully, but these errors were encountered: