thank you soo much sir i was getting error because i provide the binary path but after watching this video my problem is solved thank you soo much sir for this video 😊
I m using Brave 1.57.49 based on chrome 116 in Python now with changes mentioned in video, it downloads entire chrome cft (bcos I see chrome running instead of Brave) how could I make Selenium run Brave as before ?
Hi Naveen, When we invoke chrome and firefox and lets say use get() method then chrome closes automatically without close() but for firefox it does not happen. Can u pls let us know the reason ?
I'm not sure why but you can prevent it by using 'from selenium.webdriver.chrome.options import Options' then 'options = Options()' then 'options.add_experimental_option("detach", True)' and finally 'driver = webdriver.Chrome(options=options)'. I learnt it from this video: ruclips.net/video/SPM1tm2ZdK4/видео.html
I have selenium 4.7.2, I tried doing this but getting this error message - "selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH." Kindly help Please.
Selenium version 10 not support edge browser version 114 getting an error selenium.common.exceptions. SessionNotCreatedException: Message: session not created: This version of Microsoft Edge WebDriver only supports Microsoft Edge version 112 Current browser version is 114.0.1823.67 Can anyone help?
Thank you so much for your new update its very helpful for us.
thank you soo much sir i was getting error because i provide the binary path but after watching this video my problem is solved thank you soo much sir for this video 😊
Will you post a video taking a look at Jetbrains new IDE Aqua?
Sure, will try to post it soon.
@@naveenautomationlabshi, how do i open specific profile on edge browser using selenium?
I would like to know how to set the version in Chrome or Edge browser using SeleniumManagern.
Sir can you do anything related to testops
Browser is closing automatically without using close/quit(). Can you please let me know what to do for not closing it automatically?
Use below code
Opt = Options()
opt.add_experimental_option("detach", True)
It will remain open until you close yourself
@@rpfoodie799thanks
I m using Brave 1.57.49 based on chrome 116 in Python
now with changes mentioned in video, it downloads entire chrome cft (bcos I see chrome running instead of Brave)
how could I make Selenium run Brave as before ?
Hi Naveen,
When we invoke chrome and firefox and lets say use get() method then chrome closes automatically without close() but for firefox it does not happen. Can u pls let us know the reason ?
I'm not sure why but you can prevent it by using 'from selenium.webdriver.chrome.options import Options' then
'options = Options()' then
'options.add_experimental_option("detach", True)'
and finally 'driver = webdriver.Chrome(options=options)'.
I learnt it from this video: ruclips.net/video/SPM1tm2ZdK4/видео.html
Hi naveen, can you help with this? After running the script it closes the browser automatically..how to fix it. Pl help..
TypeError: SeleniumManager.driver_location() missing 1 required positional argument: 'options'
I have selenium 4.7.2, I tried doing this but getting this error message - "selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH."
Kindly help Please.
Same with 4.8.3
@@atatekeli9295 I am also facing this now...
@@Holasticlogger Not anymore, but a common exception. So, you need to choose a particular link, something I don't like on Selenium
@@atatekeli9295what was your solution?
Selenium version 10 not support edge browser version 114 getting an error
selenium.common.exceptions. SessionNotCreatedException: Message: session not created: This version of Microsoft Edge WebDriver only supports Microsoft Edge version 112 Current browser version is 114.0.1823.67
Can anyone help?
What about C# ?
I tried but not happened?