Not lengthy, Mukesh. Your teaching is very helpful, and we love the way you explain. Thank you!
@Mukeshotwani2 ай бұрын
Thank you so much 🙏🙏🙏
@Maheshkumar-iq4bi2 ай бұрын
Thank you so much Mukesh sir, so helpful video.
@Mukeshotwani2 ай бұрын
Most welcome Mahesh
@kashinathchalawade63693 ай бұрын
Thank you for your amazing sessions sir. Thank you very much..
@Mukeshotwani3 ай бұрын
Thank you Kashinath. I appreciate that u r learning on weekends too 🙏🙏
@deepakyadav-ny2cj3 ай бұрын
Thanks for this video.
@Mukeshotwani3 ай бұрын
You're welcome Deepak
@gnaneswararaodamodara18343 ай бұрын
Nice ☺️ video 👍
@Mukeshotwani3 ай бұрын
Thanks 🤗
@mankirankaur-t1l3 ай бұрын
Please make a video on how to install Jenkins in MAC OS and run selenium test cases using Jenkins.
@Mukeshotwani3 ай бұрын
Hi Mankiran, I have video on this too kzbin.info/www/bejne/nYWcoqGQnpiZbZY This is on windows. I can do the same on MAC.
@sonalagrawal15063 ай бұрын
Selenium, by default, there is no set page load timeout, but we can define it using pageLoadTimeout to limit how long the driver waits for a page to load. driver.manage().timeouts().pageLoadTimeout(time, TimeUnit.SECONDS)
@Mukeshotwani3 ай бұрын
You can set using driver.manage().timeouts().pageLoadTimeout(time, TimeUnit.SECONDS) but selenium have default values for pageload scripttimeout and impliset wait too
@shriniwasalle9113 ай бұрын
5 mins for Default Page Load Time, 30 sec for script time out
@Mukeshotwani3 ай бұрын
Correct
@qhubaibsyed71163 ай бұрын
20sec
@Mukeshotwani3 ай бұрын
@@qhubaibsyed7116 no 🥲
@shahrukhsolanki11973 ай бұрын
5 minutes
@shreyanshjain45193 ай бұрын
default page load timeout in selenium is 300 seconds