taiko
taiko copied to clipboard
Getting frequent navigation delays for our scripts in taiko for the latest chrome version (96)
The scripts are timed out in the latest version of chrome, but the same script works fine in the chromium browser. Tried with the different waitforevents available in Taiko, but yet some of the issues are not fixed.
Observation: After performing the click or write action page seems to be completely loaded but getting navigation timeout error. Are there any issues with TAIKO for latest version of chrome?, we are doubting that because the same scripts working fine in older version of chrome.
Please let me know if you need more info.
Can you please share a sample script (not your project code) to replicate the issue?
test.zip @zabil Thanks for the comment, please refer the sample script attached.
@sanjeevaredddy
Faced similar issue with Taiko 1.3.4 for the below line.
await goto(<APP_URL>,{waitForNavigation:true,navigationTimeout:20000});
Issue got resolved after downgrading Taiko to 1.3.2
CC- @zabil @saikrishna321