Open veydecapia opened 8 months ago
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. await driver.execute('flutter:setFrameSync', false, 5000); await driver.elementClick(this.otpTextbox); await driver.execute('flutter:setFrameSync', true, 5000);
@SyedAshiqSorife did this approach work on your end?
I have the same issue and the setFrameSync
tip did not work
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