Run your test script in the existing browser [Selenium - Java] | LetCode

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 43

  • @michellecortes1176
    @michellecortes1176 3 года назад +2

    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
      @letcode  3 года назад

      Thank you 😊

  • @naveenbv1838
    @naveenbv1838 4 года назад +1

    Good alternative solution using debugger address 👍 Thanks for sharing 🙏

  • @harleydad-son9403
    @harleydad-son9403 4 года назад +1

    Thank you Koushik, wonderful and very clear information.

    • @letcode
      @letcode  4 года назад

      Thank you 😊 pls do share

  • @surajdengale9098
    @surajdengale9098 3 года назад +2

    thanks a lot brother. You saved 1000 hours for me

    • @letcode
      @letcode  3 года назад +1

      Happy learning 🤗

  • @askmeveera
    @askmeveera 4 года назад +1

    Interesting video koushik! Eager to know what is the ide that you are using .

    • @letcode
      @letcode  4 года назад

      It's VS Code, my favourite 😊

  • @wielkopletw
    @wielkopletw Год назад +1

    Great vid! is there any possibility to connect to my "normal" widow of the browser with logged in page?

    • @letcode
      @letcode  Год назад +1

      Thanks, not sure with Selenium, i haven't tried.

  • @harleydad-son9403
    @harleydad-son9403 4 года назад +1

    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?

    • @letcode
      @letcode  4 года назад

      Yes for sure.

  • @sriramkasu5286
    @sriramkasu5286 3 года назад +1

    is there anything same in this way to perform the same task in already opened firefox browser ?

    • @letcode
      @letcode  3 года назад

      I haven't tried 😔

    • @sriramkasu5286
      @sriramkasu5286 3 года назад +1

      @@letcode ok sir, if u find the way...please share here to this comment

  • @sreereshvkm726
    @sreereshvkm726 3 года назад +1

    How can I do the same thing in protractor. Any video available?

    • @letcode
      @letcode  3 года назад

      ruclips.net/video/QGZWiFCyA5s/видео.html

  • @yaremadzu9566
    @yaremadzu9566 2 года назад +1

    LIFESAVER

  • @lisaagarwalla799
    @lisaagarwalla799 2 года назад +1

    can we use debuggerAddress in remotewebdriver as well?

    • @letcode
      @letcode  2 года назад

      Haven't tried, but yes i guess.

    • @lisaagarwalla799
      @lisaagarwalla799 2 года назад

      @@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?

    • @letcode
      @letcode  2 года назад

      is it during debugger address?

    • @lisaagarwalla799
      @lisaagarwalla799 2 года назад

      @@letcode Yes it is debugger address

    • @lisaagarwalla799
      @lisaagarwalla799 2 года назад +1

      can you try with remotewebdriver and please make a video on that . It will be really helpful

  • @ahmedmustaq5854
    @ahmedmustaq5854 3 года назад +1

    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

    • @letcode
      @letcode  3 года назад +1

      I don't think we have any option for that.. selenium can interact only with the browser that is opened by itself.

    • @ahmedmustaq5854
      @ahmedmustaq5854 3 года назад +1

      @@letcode debugger address also won't work right as we can't get the port number for browser opened before the script started

    • @letcode
      @letcode  3 года назад

      Yes correct.

  • @minsss1
    @minsss1 3 года назад +1

    it seems good, can't find the same exemple in c# :(

    • @letcode
      @letcode  3 года назад

      Unfortunately I don't know C # but still I beleive it will be very same.

  • @shal430
    @shal430 3 года назад +1

    Can the same be done using nodejs?

    • @letcode
      @letcode  3 года назад

      Yes, if u r asking specific to protractor. I have video on that.

    • @shal430
      @shal430 3 года назад +1

      @@letcode Is it possible just with nodejs? Or is there any other light weight option with less dependencies available?

    • @letcode
      @letcode  3 года назад

      Yes possible, in node js document they have mentioned it.
      nodejs.org/en/docs/guides/debugging-getting-started/

  • @vigneshas3692
    @vigneshas3692 3 года назад

    hi Shud the selenium jar be > 3.8.1?

  • @rajeshkumar-no8sp
    @rajeshkumar-no8sp Год назад +1

    Can we we this on mac?

  • @RekhaDeshmane-p6r
    @RekhaDeshmane-p6r 5 месяцев назад

    Can we do this for safari and how?

    • @letcode
      @letcode  5 месяцев назад

      Not sure if we can use safari.