getAttribute() Command - Selenium WebDriver

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

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

  • @KaranSharma-lm6eh
    @KaranSharma-lm6eh 2 ปีที่แล้ว +1

    How can we implement the same using Javascript ? I currently get error, says getAttribute() is not a function.

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

      Don't have idea with JavaScript Selenium.

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

    Could you please make videos of controlling and working on excel using selenium in the similar way.

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

      Sure, I will create.

  • @alkashifinfo.4127
    @alkashifinfo.4127 4 ปีที่แล้ว +2

    Instead we can get it as //input[@value='Search']

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

      I don't think so. If there is text between tags we can provide the above xpath and use getText() command. But in this case, search button html code doesn't have any text between the tags. We need to use getAttribute("value") in this case.

    • @alkashifinfo.4127
      @alkashifinfo.4127 4 ปีที่แล้ว

      @@QAFox thanks Arun for your quick response.

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

      @@alkashifinfo.4127 Welcome Kareem :)

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

    Good explanation sir.

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

      Thank you Sathish :)