Timeout exceeded Error on Find Ui Element activity on IE

Hi Friends, I’m getting “TimeOut exceeded” error while running Find Ui element activity on IE 11 version while it is running perfectly on google chrome.

Any suggestions on this issue.please help me on this issue friends

Thanks

1 Like

Hi @eshwarsai_ks

Check this

Thanks
Ashwin S

1 Like

Thank you for your quick response @AshwinS2. I would like to know why It’s working on Chrome and Why it doesn’t work on IE for the same ?

Even though I have added timeout as 30 seconds and tried, changed WaitFor ready property to COMPLETE and checked. The error is same i.e., “Timeout exceeded for the Ui element activity”

The reason would be like that element might get loaded faster in CHROME while it may take some time in IE browser, that could be only reason
so if Chrome works fine we can go ahead with chrome itself
or
if we want to use the IE as a browser here before to the find element activity use a ELEMENT EXISTS activity and there increase the TIMEOUT as 60000 milliseconds (one minute) and the waitforready property as COMPLETE and get the output with a variable of type boolean named bool_exists
–now use a if condition and validate that variable like this bool_exists = True
and if true it will go to THEN part where we can proceed further with activities we need or it will go to ELSE part

hope this would help you
Cheers @eshwarsai_ks

3 Likes

Thank you so much brother for taking your time to post this solution. :slightly_smiling_face: Will try this and get back to you. Happy coding :star_struck:

1 Like

Cheers @eshwarsai_ks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.