How To Use Collection Framwork In Selenium | List And Set In Selenium

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024
  • Collection framework play a very important role in Selenium while working with dynamic elements. In this video, I have explain how to use List and Set in Selenium with different example and also discussed how to explain in interviews as well.
    Checkout our free and paid courses
    courses.learn-...
    Connect with us:
    Email - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291

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

  • @RajibLama
    @RajibLama หลายเดือนก่อน +1

    Not lengthy, Mukesh. Your teaching is very helpful, and we love the way you explain. Thank you!

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      Thank you so much 🙏🙏🙏

  • @Maheshkumar-iq4bi
    @Maheshkumar-iq4bi หลายเดือนก่อน +1

    Thank you so much Mukesh sir, so helpful video.

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      Most welcome Mahesh

  • @kashinathchalawade6369
    @kashinathchalawade6369 หลายเดือนก่อน +1

    Thank you for your amazing sessions sir. Thank you very much..

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      Thank you Kashinath. I appreciate that u r learning on weekends too 🙏🙏

  • @deepakyadav-ny2cj
    @deepakyadav-ny2cj หลายเดือนก่อน +2

    Thanks for this video.

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      You're welcome Deepak

  • @gnaneswararaodamodara1834
    @gnaneswararaodamodara1834 หลายเดือนก่อน +1

    Nice ☺️ video 👍

  • @mankirankaur-t1l
    @mankirankaur-t1l หลายเดือนก่อน +1

    Please make a video on how to install Jenkins in MAC OS and run selenium test cases using Jenkins.

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      Hi Mankiran, I have video on this too th-cam.com/video/gT9qnZi3f74/w-d-xo.html
      This is on windows. I can do the same on MAC.

  • @shriniwasalle911
    @shriniwasalle911 หลายเดือนก่อน +2

    5 mins for Default Page Load Time, 30 sec for script time out

  • @sonalagrawal1506
    @sonalagrawal1506 หลายเดือนก่อน

    Selenium, by default, there is no set page load timeout, but we can define it using pageLoadTimeout to limit how long the driver waits for a page to load.
    driver.manage().timeouts().pageLoadTimeout(time, TimeUnit.SECONDS)

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      You can set using driver.manage().timeouts().pageLoadTimeout(time, TimeUnit.SECONDS) but selenium have default values for pageload scripttimeout and impliset wait too

  • @qhubaibsyed7116
    @qhubaibsyed7116 หลายเดือนก่อน +1

    20sec

    • @Mukeshotwani
      @Mukeshotwani  หลายเดือนก่อน

      @@qhubaibsyed7116 no 🥲

  • @shahrukhsolanki1197
    @shahrukhsolanki1197 หลายเดือนก่อน +1

    5 minutes

  • @shreyanshjain4519
    @shreyanshjain4519 หลายเดือนก่อน +1

    default page load timeout in selenium is 300 seconds