Thank you so much; you are only the second video I could find that talks about how to launch CFT using Python in the PyCharm IDE. This was a much-needed video! You earned my sub! 👍🏼
Thank you so much, your time for feedback means a lot. You can support my channel in 3 ways - Like Share and Most importantly, subscribe. Thanks a lot...
Thanks a lott …..it resolved my issue of chrome window getting closed automatically…Since a week I was searching for a solution This video really means a lot to me Thank you so much again
Awesome....What a clear cut explanation it was. I had been struggling with this problem and trust me could'nt find the solution. Your video really helped alot. Thanks again.
Hey, thanks for taking the time to create this video. It was the most promising solution I've encountered thus far. I've followed these steps exactly but still my browser is closing after 2, 3 seconds. Any suggestions please how to resolve this issue please? I've been stuck on it for days
Even after providing the detach option if it's closing, Maybe you're using driver.close() or driver.quit() at end of the code. That will close browser session opened for testing
Not working, facing this issue from past 1 week, please please help: error: raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome failed to start: exited normally. (session not created: DevToolsActivePort file doesn't exist) (The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Hello Sharukh, In your case, what i can understand i.e. chrome exe binary path (not chrome driver) you are incorporating in your code is not directing to the right one where you have downloaded it. Secondly, just pls check your chrome version you are using , this should be exact the same version you must have downloaded and saved in the path. Hope this helps, and will resolve your error. Must revisit the video to see in detail. Others project videos I have covered the same CFT concept so should not be the challenge. Catch that small point you might have missed .... All the best dear ! Keep learning keep growing 👍
Hi, In pycharm a whole new project and then create one python with same code of your without cft one. But for the line fifth it shows error Module not foundError:no module named 'webdriver_manager'
Hi Himanshu, Ensure for CFT, particularly to this video content, your machine chrome version and chrome exe are same. 120 chrome is latest one and stable release you can download or use from chrome for testing availability website page. Hope this helps ! At the time of video, 116 I think was the stable one used. Pls subscribe to stay tuned for upcoming videos. Thanks and all the best !
Hi There, As i have not seen the error message but most probably there can be only one issue i.e. please ensure the chrome version you are using in your system and CFTA (googlechromelabs.github.io/chrome-for-testing/) dashboard is similar. 121 is latest stable. Rest all is same, no issue should be there.
Typically, this happens when you try to import a module as a function. Without code access, can't say much in ur case. Would suggest you to go line by line and review/match your code again. Hope you are using latest version of selenium. All d best !
@@Cornerstring-gq7yx brother I am not talking about picture clarity. I am trying to tell you is make a video with proper details so that someone can understand better in the middle you skip some part I don't know why I tried 5times but not getting result
Hi Dear, Actually i tried to cover all components incase if you have felt something is missed..will revisit. Thanks for sharing your experience. Happy learning !!
@@Cornerstring-gq7yx for me it's confusing and you skipp some part in the middle for me I am not getting solutions others are getting then no worries keep going buddy ✅
@@jyotiranjanbiswal5186 Dear, if you check my other videos posted after this one - 1) scraping web table 2) Automation dynamic website Starting foundation code upto driver.maximize_window , you will observe that it's all same used in CFT this video. I am surprised and sad to know that it's not working for you. Could you pls revisit the code ... Chrome version you are using on your system ( 116 ) Binary file is downloaded and correct path is provided in the code. This is the best I can suggest you here. Thanks for understanding!! Will be coming soon with more interesting project videos..stay tuned
Chrome 117 stable build is out now Download the chrome exe from googlechromelabs.github.io/chrome-for-testing/#stable and provide path in one line of code only chrome_options.binary_location = Hope this helps my friend !
Chrome driver gets auto downloaded and installed. But for chrome.exe you need to download 117 and provide path of the directory where you have stored it....this should resolve in your scenario....all the best..
Hi Paras, What's the error you are getting ? Ensure for CFT, particularly to this video content, your machine chrome version and chrome exe are same. 118 chrome is latest one and stable release you can download or use from chrome for testing availability website page. Hope this helps ! At the time of video, 116 I think was the stable one . Pls subscribe to stay tuned for upcoming videos. Thanks and all the best !
Thank you so much; you are only the second video I could find that talks about how to launch CFT using Python in the PyCharm IDE. This was a much-needed video! You earned my sub! 👍🏼
Thank you 🙏 👍
you my friend, are a GEM! Nobody has been making python videos about this.
Thank you so much, your time for feedback means a lot.
You can support my channel in 3 ways - Like Share and Most importantly, subscribe.
Thanks a lot...
Thanks a lott …..it resolved my issue of chrome window getting closed automatically…Since a week I was searching for a solution
This video really means a lot to me
Thank you so much again
Thanks 👍
Glad that this helps!
Man, you are a legend ❤❤
After Chrome updates I was never able to use Selenium.
but after I found your video my problem has been solved.
thanks man 🙏🙏
Thanks Zaid, I am happy that this helped you....Will be coming with new projects video soon. Thank you so much for this appreciation ☺
Awesome....What a clear cut explanation it was. I had been struggling with this problem and trust me could'nt find the solution. Your video really helped alot. Thanks again.
Dear Alok, Thanks to spare some time for the valuable feedback.
I am glad that this video really helped you in your project or learning.
👍
Life Saver. Kindly add the code in the description box as well with your videos. Keep it up!!!!
🙏👍 thank you
Love you man. you solved my problem, I've been facing for many weeks. Subcribeddddd......
Thanks 👍 I am pleased to hear 😌!!
Thank brother, found this video so much useful.
I am glad you found this video useful 🙂
my man you HELPED a lot,THANKS bro
👍 all the best 👍
I was facing the browser version error, now I have used this python code and working fine for me ...116 I am using..thanks 👍
Glad it helped 👍
Please do a video on how to lunch new tab in CFT
Absolute goat 💪💪🤝, I couldn't understand anything with this update and all videos for selenium were made before that update, tanks !
👍 💪 👍
Now current chrome version is 120 and web driver is 115, will it work with selenium if version are mismatch
Thank you all for so much love and support 🙏👍
Would there be any differences in code between PyCharm and Microsoft Visual Studio?
I haven't tried Vstudio but I think ...shouldn't be especially selenium library will work like same.
Thanks Buddy its so much helpful
I am happy, you have found it helpful......good pipeline of videos is in progress....hope you have subscribed...
Thanks pratik for your feedback!
@@Cornerstring-gq7yx yes i have subscribed, i want to know one thing did we have to always mention the location of chrome.exe in every program
@@pratikrawat1 for CFT binary files..need to pass chrome.exe...keep group posted once other way come to my notice..
Hey, thanks for taking the time to create this video. It was the most promising solution I've encountered thus far.
I've followed these steps exactly but still my browser is closing after 2, 3 seconds.
Any suggestions please how to resolve this issue please? I've been stuck on it for days
chrome_options = Options()
chrome_options.add_experimental_option("detach",True)
I hope you have added this line of the code.
Even after providing the detach option if it's closing, Maybe you're using driver.close() or driver.quit() at end of the code. That will close browser session opened for testing
Not working, facing this issue from past 1 week, please please help:
error: raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome failed to start: exited normally.
(session not created: DevToolsActivePort file doesn't exist)
(The process started from chrome location C:\Program Files\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Hello Sharukh,
In your case, what i can understand i.e. chrome exe binary path (not chrome driver) you are incorporating in your code is not directing to the right one where you have downloaded it.
Secondly, just pls check your chrome version you are using , this should be exact the same version you must have downloaded and saved in the path.
Hope this helps, and will resolve your error.
Must revisit the video to see in detail.
Others project videos I have covered the same CFT concept so should not be the challenge.
Catch that small point you might have missed ....
All the best dear !
Keep learning keep growing 👍
Hi,
In pycharm a whole new project and then create one python with same code of your without cft one.
But for the line fifth it shows error
Module not foundError:no module named 'webdriver_manager'
Hi Himanshu,
Ensure for CFT, particularly to this video content, your machine chrome version and chrome exe are same.
120 chrome is latest one and stable release you can download or use from chrome for testing availability website page.
Hope this helps !
At the time of video, 116 I think was the stable one used.
Pls subscribe to stay tuned for upcoming videos.
Thanks and all the best !
Sir with cft I am following the same code as yours but getting error in line no.5 how to resolve this error
Hi There, As i have not seen the error message but most probably there can be only one issue i.e. please ensure the chrome version you are using in your system and CFTA (googlechromelabs.github.io/chrome-for-testing/) dashboard is similar. 121 is latest stable.
Rest all is same, no issue should be there.
When I am trying to open the second tab I recieve 1020 error, first tab work's great
Please revisit the video and watch carefully to find that dot which was not connected...that should Work..
I am getting a error module object is not callable
Typically, this happens when you try to import a module as a function.
Without code access, can't say much in ur case.
Would suggest you to go line by line and review/match your code again.
Hope you are using latest version of selenium.
All d best !
from invalid argument: unrecognized chrome option: detech I am facing this error
Hey,
Spell - Should be "detach" while using chrome option ..
Hope you have subscribed for upcoming project videos notifications.
'powershell' is not recognized as an internal or external command,
operable program or batch file.@@Cornerstring-gq7yx
can you help me to do that after detach also facing the same issue
Please make a clear VDO.
Hi Dear, Kindly Click video settings option and advanced, choose 1080 video clarity , will play in actual pixels it's created ...hope this helps 👍
@@Cornerstring-gq7yx brother I am not talking about picture clarity. I am trying to tell you is make a video with proper details so that someone can understand better in the middle you skip some part I don't know why I tried 5times but not getting result
Hi Dear, Actually i tried to cover all components incase if you have felt something is missed..will revisit.
Thanks for sharing your experience.
Happy learning !!
@@Cornerstring-gq7yx for me it's confusing and you skipp some part in the middle for me I am not getting solutions others are getting then no worries keep going buddy ✅
@@jyotiranjanbiswal5186 Dear, if you check my other videos posted after this one - 1) scraping web table
2) Automation dynamic website
Starting foundation code upto driver.maximize_window , you will observe that it's all same used in CFT this video.
I am surprised and sad to know that it's not working for you.
Could you pls revisit the code ...
Chrome version you are using on your system ( 116 )
Binary file is downloaded and correct path is provided in the code.
This is the best I can suggest you here. Thanks for understanding!!
Will be coming soon with more interesting project videos..stay tuned
But it is not working now...
Chrome 117 stable build is out now
Download the chrome exe from googlechromelabs.github.io/chrome-for-testing/#stable
and provide path in one line of code only
chrome_options.binary_location =
Hope this helps my friend !
@@Cornerstring-gq7yx I tried it but when i visit this site it comes with ..This site can not be reached.
Chrome driver gets auto downloaded and installed.
But for chrome.exe you need to download 117 and provide path of the directory where you have stored it....this should resolve in your scenario....all the best..
not working
Hi Paras, What's the error you are getting ?
Ensure for CFT, particularly to this video content, your machine chrome version and chrome exe are same.
118 chrome is latest one and stable release you can download or use from chrome for testing availability website page.
Hope this helps !
At the time of video, 116 I think was the stable one .
Pls subscribe to stay tuned for upcoming videos.
Thanks and all the best !
and in which directory we need to keep this ???@@Cornerstring-gq7yx