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
Hi, when I am testing flutter_gherkin + flutter_driver, automation cannot open the web app, by 'final driver = await FlutterDriver.connect();'
A blank web page opens and indicating controlled by automation, but cannot open the web app. I guess it has some problem trying to get VMService message. But Know little here. Need help.
BTW, 'final driver = await FlutterDriver.connect();' works well if using flutter_driver only
The text was updated successfully, but these errors were encountered:
Hi, when I am testing flutter_gherkin + flutter_driver, automation cannot open the web app, by 'final driver = await FlutterDriver.connect();'
A blank web page opens and indicating controlled by automation, but cannot open the web app. I guess it has some problem trying to get VMService message. But Know little here. Need help.
BTW, 'final driver = await FlutterDriver.connect();' works well if using flutter_driver only
The text was updated successfully, but these errors were encountered: