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
In the previous appium-flutter-driver, we used requestData to trigger deep links and simulate data like breath records. This was super helpful for test setup and navigation. driver.execute_script("flutter:requestData", json.dumps({"deepLink": recorded_file}))
Could you add support for requestData (or similar) in appium-flutter-integration-driver?