-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting timeout on a flutter driver command #673
Comments
facing same issue. can any one help ? 2024-03-27T11:46:27.565Z INFO webdriver: COMMAND executeScript("flutter:setFrameSync", ) after this it hangs |
@veydecapia did you get any solution? |
@SyedAshiqSorife No, I'm stucked. Checking on other alternatives. |
@veydecapia try this if your locator is correct then it will work. |
@SyedAshiqSorife did this approach work on your end? |
I have the same issue and the |
Getting timeout error on a click command. I have added a setFrameSync before and after the click command.
Terminal output:
I have followed and applied the fix in this issue.
Added
await driver.execute('flutter:setFrameSync', true, 5000);
before and after the click command.See full appium logs here
The text was updated successfully, but these errors were encountered: