Superb tutorial sir.. Thanks for this video . Was searching on internet for some good selenium video fro last few days..after seeing ur video i have stopped searching. Thanks a lot
Hi Selmir, You can refer to the LambdaTest Automation Capabilities Generator: www.lambdatest.com/capabilities-generator/ and run your tests on Chrome versions up to 114.0. You can reach out to us at support@lambdatest.com for any queries, we will be happy to help.
Hi, To enable downloading external resources in Selenium, please ensure you set the appropriate browser profile preferences or capabilities. For example, allowing file downloads in Chrome using the chromeOptions.
Hey Greshma, To close a popup in Playwright, first identify the close button's selector. Wait for the popup using page.waitForSelector(), then click on the close button with page.click(). Replace with the actual selector to close the popup and continue your test.
Hey Youssef! We have a tutorial on Selenium 4 as well, please check out our complete playlist: ruclips.net/p/PLZMWkkQEwOPlqZnEWpAjYucEbXTdnTxEM Since there are developers that use Selenium version 3.0, this complete tutorial might be helpful for them! Hope this helps! 🙌
Hey Koushik, let me tell you this, you are doing a really great job. ❤❤
Superb tutorial sir..
Thanks for this video . Was searching on internet for some good selenium video fro last few days..after seeing ur video i have stopped searching.
Thanks a lot
Thanks Rahul!
Subscribe, and look forward to more such tutorials! ✨
Thank you Koushik !! you are very good at teaching , its helped me .
Thanks a ton! That really means a lot to me! Glad it’s helping you out!
Beautifully explained!
Thanks!
Subscribe, and look forward to more such tutorials! ✨
Do you have an updated video for Chrome 113.0? I am having trouble replicating the results passed the capabilities generator.
Hi Selmir,
You can refer to the LambdaTest Automation Capabilities Generator: www.lambdatest.com/capabilities-generator/ and run your tests on Chrome versions up to 114.0.
You can reach out to us at support@lambdatest.com for any queries, we will be happy to help.
Sure, somebody better post videos about every version of chrome....😂
Hi Koushik, I couldn't able to find that selenium playground webpage. Getting 404 error while navigated to that page. Is that URL has been changed?
Hi Srinivasan,
Here is the URL for Selenium Playground: www.lambdatest.com/selenium-playground/
Downloading external resources is disabled. How to enable
Hi,
To enable downloading external resources in Selenium, please ensure you set the appropriate browser profile preferences or capabilities.
For example, allowing file downloads in Chrome using the chromeOptions.
I am getting a popup within the testing window.. and so I am unable to view the drop down changes.. how can I click on the close window for the popup?
Hey Greshma,
To close a popup in Playwright, first identify the close button's selector. Wait for the popup using page.waitForSelector(), then click on the close button with page.click(). Replace with the actual selector to close the popup and continue your test.
is it a tutorial for a 3.0 V? because we need something for 4.6 and later. Everything changed since...
Hey Youssef!
We have a tutorial on Selenium 4 as well, please check out our complete playlist: ruclips.net/p/PLZMWkkQEwOPlqZnEWpAjYucEbXTdnTxEM
Since there are developers that use Selenium version 3.0, this complete tutorial might be helpful for them!
Hope this helps! 🙌
@@LambdaTest ohhhh perfect :)))) thanks alot
unable to find HUB url ?? where to find it
Please use the following URL
Hub_URL = "" + user_name + ":" + access_key + "@hub.lambdatest.com/wd/hub";
Do let us know if this helps.