03 - Reusable Function to launch any web browser : Java Selenium

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 18

  • @gangadhars472
    @gangadhars472 ปีที่แล้ว +1

    Thank you for the video sir. Great explanation about reusable to launch the different Browser.

  • @rutujashetkar872
    @rutujashetkar872 ปีที่แล้ว +1

    Great work... you explained in a simple way

  • @luiskayrumetperezbuigas2007
    @luiskayrumetperezbuigas2007 ปีที่แล้ว +1

    well done, it make testing job easier

  • @mansisahu1924
    @mansisahu1924 ปีที่แล้ว +1

    very simple and clear explanation. goodwork

  • @kesavasubash9856
    @kesavasubash9856 วันที่ผ่านมา

    Bro could you please share maven dependencies for the web drive manager (version) because when I use it's not working so I would like to use the same version of what u are using

  • @TurskoBalkanskiRecepti
    @TurskoBalkanskiRecepti ปีที่แล้ว +1

    Wow, you explained this in an amazing way! Many thanks!!

    • @testingtoolsco
      @testingtoolsco  ปีที่แล้ว

      thank you so much, i am glad you liked it

  • @HasanAli-vp6ci
    @HasanAli-vp6ci 3 ปีที่แล้ว +1

    Very useful video,loved it

  • @vijayadharman6712
    @vijayadharman6712 2 ปีที่แล้ว +1

    Sir u used package can be done using class

    • @testingtoolsco
      @testingtoolsco  2 ปีที่แล้ว

      Kindly elaborate more as what you are trying to tell, so that everyone can understand. Are you saying instead of use the webdriver manager package, we can create own class which will try to get the browser versions installed and download the respective web driver exe file and then set that as context, if that is what you are saying yes, we can do that very well, but it just like re-inventing the wheel again. It will be smart to use existing libraries when available as open source than building them from scratch again, saves time and efforts.

  • @where_ever_you_go
    @where_ever_you_go 2 ปีที่แล้ว +1

    This is very useful video ,Thanks.Are you planing to give more reusable examples like getText, find by so on so forth.

  • @rajasekharvm9692
    @rajasekharvm9692 2 ปีที่แล้ว +1

    nice work...try to write generic codes for some more options so that it will be useful more learners...good work you are sharing knowledge

    • @testingtoolsco
      @testingtoolsco  2 ปีที่แล้ว +1

      thank you I can do for sure, do you have any suggestions, please do so that i can create them.

  • @ChanduBechara
    @ChanduBechara 2 ปีที่แล้ว +1

    Every time we have to create browser object to reuse function which is not ideal . Instead create a class with browser opening code and then whichever class needs it can extend that class

    • @testingtoolsco
      @testingtoolsco  2 ปีที่แล้ว

      Yes that can also be done, appreciate sharing your views