Hi connection,
I’m automating the netbanking site for payout process. Major issue is i can’t able match the site loading time eveny tough im using the web delay and until wait.
can you suugest any other alternative plugins for me?
And i need know the usage of the web set retry count.
1 Like
Hi!
You can use the - Page Load Timeout and Delay in the Start Browser step.
1 Like
hi seema. kothari,
Thank you for your response. let me know it will refect for my whloe workflow?
For ex: my worklfow lenth is A to Z A is my start browser z is my logut part , im getting the slowness inbetween in J,K,L my until waits and delay coudl’nt work beacuse of site take some more time to load the element.
1 Like
Hi! Gobikrishnan
Yes, it is for the entire workflow.
1 Page load timeout(in milliseconds)
The page load timeout in milliseconds for any web page across
the workflow. Else the workflow errors out. The page load
timeout can be overwritten by the Web URL Navigation step.
2 Delay (in milliseconds)
The total delay in milliseconds for the entire workflow to execute. Delay to locate and perform any action on any web element step, else the workflow errors out.
3 Retry count
User can set retry count number and that will be globally used in
all steps of GUI Automation for retrying on error. Whenever the
execution of GUI Automation step ends up with an error it will
retry execution number of time specified in start browser.
If one doesn’t want to retry for some specific steps, retry count
can be set to 0 by using ‘Set Retry Count’ Step. Use of ‘Web
Set Retry Count’ is to modify the count specified in Start
Browser. Steps after Web Set Retry Count will get newly set
Retry Count.
1 Like