This guy did not explain the core logic. He is saying that fluent wait facilitates polling time & ignore exception logic but this can be done with both fluent wait & webdriver wait (Explicit wait) . Explicit wait is child of fluent wait class. Webdriver wait can do everything that fluent wait can do. Only difference is that webdriver wait will throw exception only after timeout is completed or when element is not found. But in fluent wait we have to write ignore exception code otherwise it will throw exception even when timeout is not completed or we can say during polling time. I hope it clarifies everyone’s doubt
my question is that when i am using implicit wait .it is not working and implicit word getting crossline .how to over come .it is suggesting me to use suppress warning deprecation
it means that is no longer supported by selenium version you are using, you can try driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(time));
please make a new video because some features are already got deprecated by selenium 4 like for suppose driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
Hello sir, You have said that implicit wait will wait for 10secs, but i think it will execute the next command as soon as the element is found, which maybe one or two seconds.
The difference is implicit wait is set for all elements when set as its set to the driver.manage.timeouts where as explicit is for specific element and conditions. They are both dynamic waits as in if the element is found it will move to the next one
🚀 Download Mindmap : go.scrolltest.com/waits
🚀 Download Code : codeshare.io/GL400g
This guy did not explain the core logic. He is saying that fluent wait facilitates polling time & ignore exception logic but this can be done with both fluent wait & webdriver wait (Explicit wait) . Explicit wait is child of fluent wait class.
Webdriver wait can do everything that fluent wait can do.
Only difference is that webdriver wait will throw exception only after timeout is completed or when element is not found. But in fluent wait we have to write ignore exception code otherwise it will throw exception even when timeout is not completed or we can say during polling time.
I hope it clarifies everyone’s doubt
is there a way to make the thread wait for the whole page to load before progressing the code?
Hey, i only did not get one part, //a/h3 -> where did this Xpath came from ?
Good informative video. What software/application did you use for presentation?
Mindnode
You can explain more better with writing new code
I have a question
can we remove thread.sleep completely with wait or there are some scenarios where we have to use thread.sleep
We still use it in some scenarios
Hi sir,
Can you please explain what exactly the page source is
Also known as "source" and "document source," it is the HTML code (source code) of a Web page (HTML document).
Thank you.....
If process is taking 3hours to complete how to wait that long to process and check output
my question is that when i am using implicit wait .it is not working and implicit word getting crossline .how to over come .it is suggesting me to use suppress warning deprecation
it means that is no longer supported by selenium version you are using, you can try driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(time));
please make a new video because some features are already got deprecated by selenium 4 like for suppose
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
Hello sir, You have said that implicit wait will wait for 10secs, but i think it will execute the next command as soon as the element is found, which maybe one or two seconds.
You are right, UA-cam won't allow me to update it, thanks for update
The difference is implicit wait is set for all elements when set as its set to the driver.manage.timeouts where as explicit is for specific element and conditions. They are both dynamic waits as in if the element is found it will move to the next one
If we fail on waits then what kind of exceptions we will get?
NoSuchElementException/ElementNotInteractableException
Bhai thoda slow bola kro, aur flow of explanation clear rakho,
Speak slowly else nice explanation
Hi
Hello :)
Speak slowly sir