Getting error while loading the Page | Selenium Forum
A
Avijeet Posted on 05/01/2023

when searcing for some item in a web page it taking sometime 10sec,sometime 30sec ,sometime morethan 1 min . when i am using explicit wait if page is getting loaded within the specified time its worked else its failed. Is there any way to handle this scenario.

below methods i tried but still its failing:-

 

1. Implicit wait

2. Explicit wait

3. Used element appear 

 

Attached screeenshot for reference.