Get browser element value | text | any properties in cypress

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

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

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

    Love the way you explain
    So much clarity!!! 🙏

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

    How can we store in a variable and use it for comparison ?

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

    Thanks a lot :)

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

    How can we check if we have an input like confirm, and we need to check the message in alert.
    It should be like: "Hello" + (inputText)+ " , are you sure you want to confirm?".

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

      String inputStr = "Alertatext";
      Alert .sendkeys(inputStr);
      Assert.assertequal("hello" + inputStr + "are you...", Alert.getText());

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

    Hii can you please let me know how can I print the value of a textbox (If we don't know what is the value is written it may be anything so can we get the value at log ??) please reply

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

      You can refer github.com/sunilpatro1985/Cypress_TypeScript/blob/main/cypress/support/commands.js#L54

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

    Can you tell me how to get the value of width from below html div class=progress part=progress style=width:70px.. I can't able to retrieve the style value using attr command. Note: width value is keep on changing

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

      Can you try using webelement.getCssValue("width") instead of getattribute method.

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

      @@qavboxgetCssValue is not a function error throwing. Fyi- i am testing in cypress

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

    though I used the same code, I am not getting texbox value

  • @136sanjana
    @136sanjana 3 ปีที่แล้ว

    Thank you!

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

    Thank you!!