Hey thank you so much, I've been having issues with trying to connect to the debugger chrome browser for 2 days now, and this video helped me ! Super Job for you, and subscribed to your channel, you are great :)
@@letcode I am trying but getting Unable to initialize Remote Web Driver org.openqa.selenium.WebDriverException: unknown error: cannot connect to chrome at 192.168.1.13:9222 from chrome not reachable . Any idea on how can i resolve this?
Hi koushik, I have a legacy application from which a Web application launch(automatically launch without selenium) ....i need to do some steps in that web application like clicking a button, how can I do that, like how can I run my selenium scripts in that already opened browser Please help me in this Thanks you
Hey thank you so much, I've been having issues with trying to connect to the debugger chrome browser for 2 days now, and this video helped me ! Super Job for you, and subscribed to your channel, you are great :)
Thank you 😊
Good alternative solution using debugger address 👍 Thanks for sharing 🙏
Thank you Koushik, wonderful and very clear information.
Thank you 😊 pls do share
thanks a lot brother. You saved 1000 hours for me
Happy learning 🤗
Interesting video koushik! Eager to know what is the ide that you are using .
It's VS Code, my favourite 😊
Great vid! is there any possibility to connect to my "normal" widow of the browser with logged in page?
Thanks, not sure with Selenium, i haven't tried.
Koushik can we expect a video on how to verify presence of an element present in an webpage using assert from cucumber step file itself?
Yes for sure.
is there anything same in this way to perform the same task in already opened firefox browser ?
I haven't tried 😔
@@letcode ok sir, if u find the way...please share here to this comment
How can I do the same thing in protractor. Any video available?
ruclips.net/video/QGZWiFCyA5s/видео.html
LIFESAVER
☺️
can we use debuggerAddress in remotewebdriver as well?
Haven't tried, but yes i guess.
@@letcode I am trying but getting Unable to initialize Remote Web Driver org.openqa.selenium.WebDriverException: unknown error: cannot connect to chrome at 192.168.1.13:9222
from chrome not reachable . Any idea on how can i resolve this?
is it during debugger address?
@@letcode Yes it is debugger address
can you try with remotewebdriver and please make a video on that . It will be really helpful
Hi koushik, I have a legacy application from which a Web application launch(automatically launch without selenium) ....i need to do some steps in that web application like clicking a button, how can I do that, like how can I run my selenium scripts in that already opened browser
Please help me in this
Thanks you
I don't think we have any option for that.. selenium can interact only with the browser that is opened by itself.
@@letcode debugger address also won't work right as we can't get the port number for browser opened before the script started
Yes correct.
it seems good, can't find the same exemple in c# :(
Unfortunately I don't know C # but still I beleive it will be very same.
Can the same be done using nodejs?
Yes, if u r asking specific to protractor. I have video on that.
@@letcode Is it possible just with nodejs? Or is there any other light weight option with less dependencies available?
Yes possible, in node js document they have mentioned it.
nodejs.org/en/docs/guides/debugging-getting-started/
hi Shud the selenium jar be > 3.8.1?
I used the latest version
@@letcode ok
Can we we this on mac?
Yes
Can we do this for safari and how?
Not sure if we can use safari.