build() and perform() Commands - Selenium WebDriver

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

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

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

    Thank you Arun for this detailed explanation under Actions class.

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

      Welcome :)

  • @dhineshm.3793
    @dhineshm.3793 ปีที่แล้ว +1

    Thankyou arun sir

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

      Welcome :)

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

    Thanks for explanation

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

      Always welcome

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

    Very well explained.

    • @QAFox
      @QAFox  3 ปีที่แล้ว

      Thank you :)

  • @ChethanCP
    @ChethanCP 3 ปีที่แล้ว

    Awesome sir.

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

    Excellent Video..! :)

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

      Thank you :)

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

    Nice sir

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

      Thank you :)

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

    could have explained why build() and perform() is needed

    • @mkgsonu
      @mkgsonu 3 ปีที่แล้ว

      He has clearly explained why to use build and perform. Watch full video with patience

  • @RajeshKumar-0101
    @RajeshKumar-0101 2 ปีที่แล้ว +1

    Builder.sendKeys("hello").sendKeys("world").perform();
    for me it is working without build

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

      Yes, it works. build() is optional.

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

      Then why we need to use build()?