I have gone through number of videos, multiple pdfs and countless search for selenium for my project, but my hunt stops on your channel, Usually I do not comment but here I would like to appreciate your efforts and the way you explained things. Thanks and keep it up
Hi Mukesh Otwani, this Webdriver manager is not working for the Chrome browser version higher that 115, can you please provide any solution for this issue.
Hi Mukesh, This Syntax is not working for the Chrome Browser Version 116 and above, can you provide any solution for this issue, getting error like "Chrome driver supports for the Version 115"
Hi sir Thanks for the good expliantion for this vedio.when i used wedriver manager in our organization i got error could not connect teh host. Are you in offline Could you please help me how to slove this.I am sure there is some secure reasons .webdrivermanager module not connect to internet and unable to install the packages .how should i slove
Hi Latha, you can use latest version of Selenium 4.18 in that case you dont need any driver. Selenium will automatically download drivers for each browser.
@@Mukeshotwani Awesome channel for beginners to advanced level learners like me!!!😊 Appreciate your work, efforts and polite teaching!!!😊😊 Your channel is a great asset to the testing community mukesh!!!😊 Thank you for the same!!! 😊
Hii Mukesh, firstly, thanks for your tutorials. I have done this in selenium python. But can you help me how to use webdrivermanager in robotframework. I tried some solutions I searched but it had some issues. pls help me.
Hi Sir I tried it but it give me an error ERROR: Could not find a version that satisfies the requirement webdriver-manager (from versions: none) Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/bin/python3.9'. can you help me please?
As I run the script chrome window open Facebook page then suddenly closes without performing any click. Although I have other scripts which are working perfectly. What could be the possible reason ?
i write same code in pycharm by follow your all steps but it gives this error(Traceback (most recent call last): File "C:\Users inu\PycharmProjects\google scraper\test\sample2.py", line 4, in driver= webdriver.Chrome(ChromeDriverManager().install()) ^^^^^^^^^ NameError: name 'webdriver' is not defined Process finished with exit code 1) this code is not work please tell me what to do now
Selenium with python series is over or remaining... i think more topic are remaining, if possible plzz upload remaining topic, all are waiting for those next videos....
Hi Anand don't worry i will finish this series too but stuck in office work so uploading very less videos. Series will include pytest n framework as well.
I am getting below error. using python - 3.8.10, selenium, 3.141, webdriver manager - 3.8.3, windows 10, browser - firefox 104 -------------------ERROR - MSG=Failed to load firefox webdriver with error HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mozilla/geckodriver/releases/tags/104.0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
I have gone through number of videos, multiple pdfs and countless search for selenium for my project, but my hunt stops on your channel, Usually I do not comment but here I would like to appreciate your efforts and the way you explained things.
Thanks and keep it up
Thank you so much Sanjeev 🙏
Hi Mukesh, this Syntax is not working for the chrome Browser version 117, can you provide any solution.
Hi Mukesh Otwani, this Webdriver manager is not working for the Chrome browser version higher that 115, can you please provide any solution for this issue.
Hi Mukesh, This Syntax is not working for the Chrome Browser Version 116 and above, can you provide any solution for this issue, getting error like "Chrome driver supports for the Version 115"
Hi sir Thanks for the good expliantion for this vedio.when i used wedriver manager in our organization i got error could not connect teh host. Are you in offline Could you please help me how to slove this.I am sure there is some secure reasons .webdrivermanager module not connect to internet and unable to install the packages .how should i slove
Hi Latha, you can use latest version of Selenium 4.18 in that case you dont need any driver. Selenium will automatically download drivers for each browser.
Can we get this similar logs in Visual Studio code
Awesome and informative!! Could you pls post video on adding chrome options, Firefox profile, extensions using webdrivermanager
Great suggestion! Sure Sundaram will try to add this as well.
@@Mukeshotwani Awesome channel for beginners to advanced level learners like me!!!😊 Appreciate your work, efforts and polite teaching!!!😊😊 Your channel is a great asset to the testing community mukesh!!!😊 Thank you for the same!!! 😊
Nice one
Thanks
Which test framework would be effective along with Python-cucumber ? Pytest/Behave
Hi Ishita I would go for PyTest.
I have dedicated video on Pytest here is the link th-cam.com/video/snDSB9b8v_E/w-d-xo.html
Hii Mukesh,
firstly, thanks for your tutorials. I have done this in selenium python. But can you help me how to use webdrivermanager in robotframework. I tried some solutions I searched but it had some issues. pls help me.
Will upload soon Duyet
Hi Sir I tried it but it give me an error
ERROR: Could not find a version that satisfies the requirement webdriver-manager (from versions: none)
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/bin/python3.9'.
can you help me please?
Hi Aditya, please share screenshot mukeshotwani@learn-automation.com
@@Mukeshotwani Sir I just sent it from anshsharmaindia55@gmail.com. Hope you received it
After opening the Google Chrome it is automatically quitting, even if I have commented out the "driver.quit()"
Any suggestions for this?
Hi Mukesh, could you please tell us that, How to run tests across different environments like UAT, Staging & Production in Pytest.. Thanks so much!!!!
As I run the script chrome window open Facebook page then suddenly closes without performing any click. Although I have other scripts which are working perfectly. What could be the possible reason ?
i write same code in pycharm by follow your all steps but it gives this error(Traceback (most recent call last):
File "C:\Users
inu\PycharmProjects\google scraper\test\sample2.py", line 4, in
driver= webdriver.Chrome(ChromeDriverManager().install())
^^^^^^^^^
NameError: name 'webdriver' is not defined
Process finished with exit code 1) this code is not work please tell me what to do now
Hi Maryam with latest version of Selenium 4.14.0 you dont even need WebDriverManager
@@Mukeshotwani thank you sir I resolved my issue yesterday. I'm glad you response me🥰
Wow great, Marya. Keep learning. My python videos are limited but will resume this series soon.
@@Mukeshotwani ♥️ In Sha Allah ♥️
Hi sir..
I tried this but my browser open the Facebook page and suddenly close automatically. Any suggestions
Selenium with python series is over or remaining... i think more topic are remaining, if possible plzz upload remaining topic, all are waiting for those next videos....
Hi Anand don't worry i will finish this series too but stuck in office work so uploading very less videos.
Series will include pytest n framework as well.
Thank you very much ❤
1st view 😀
👌🏻
I am getting below error. using python - 3.8.10, selenium, 3.141, webdriver manager - 3.8.3, windows 10, browser - firefox 104 -------------------ERROR - MSG=Failed to load firefox webdriver with error HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mozilla/geckodriver/releases/tags/104.0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))