Different Locators available in Selenium WebDriver | Element Selection Strategies |

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 36

  • @HYRTutorials
    @HYRTutorials  4 роки тому +1

    Please use the below link for the selenium videos playlist:
    🔗 bit.ly/2FyKvxj

  • @MrSayandeep
    @MrSayandeep 3 роки тому +2

    Lucid explanation.
    Please cover more on CSSelectors

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      Check out this playlist
      ua-cam.com/play/PLacgMXFs7kl8E5xl-nu_7ZjHN0O4oiFcl.html

  • @jean-paulboga8189
    @jean-paulboga8189 8 місяців тому

    great course thanks sir

  • @hiteshshah5058
    @hiteshshah5058 4 роки тому +2

    We can also automate salesforce application by using selenium, do you have any series/link/experience regarding, apart from web application. I am working as Salesforce QA and want to automate now. Thanks in advance

    • @HYRTutorials
      @HYRTutorials  4 роки тому

      No Hitesh, as of now I don't have any series on that.

  • @sahithi_purushoth506
    @sahithi_purushoth506 Рік тому

    Hello sir
    Your explanation is very easy to understand it's so useful thank you sir😊
    Could you please explain to TOSCA too..

  • @sridevilanka6940
    @sridevilanka6940 4 роки тому +1

    Hi Yadagiri Reddy, can you please do a video on how to get cell value from a grid in wpf using FlaUI.
    Thank you,

    • @HYRTutorials
      @HYRTutorials  4 роки тому +1

      Hi Sridevi,
      You can use patterns to achieve this.
      If it supports grid pattern u can use that.
      Soon will make a video on patterns.

    • @sridevilanka6940
      @sridevilanka6940 4 роки тому

      Yes, it supports grid pattern but couldn't make it work. Very happy to hear that you are going to make a video on patterns. Thank you.
      I tried the below sample but couldn't make it work. Here is the link to it
      github.com/FlaUI/FlaUI/blob/master/src/FlaUI.Core.UITests/Patterns/GridPatternTests.cs

  • @bhavyaambati9433
    @bhavyaambati9433 11 місяців тому

    can please make a video on intelliJ for Automation Testing

  • @durgaprasad-ng8ez
    @durgaprasad-ng8ez 4 роки тому +1

    Good explination

  • @chirrachandrashekhar5886
    @chirrachandrashekhar5886 3 роки тому +1

    good explanation

  • @durgaprasad-ng8ez
    @durgaprasad-ng8ez 4 роки тому +2

    Please do videos on Maven and Gradle also

  • @prasadparadkar8750
    @prasadparadkar8750 2 роки тому +1

    Hey can you help me with the problem I'm facing. By clicking F12 developer tools opens up and we inspect a certain element. But when i'm trying to right click in console to copy xpath the right click isn't working I mean the shortcut way. Can you suggest something.

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Without shortcut,are you able to perform right click operation?

    • @prasadparadkar8750
      @prasadparadkar8750 2 роки тому +1

      @@HYRTutorials I can right click on any website to inspect it but can’t right click in console to directly copy xpath or full xpath. I hope you’re getting it what i’m trying to say.

    • @prasadparadkar8750
      @prasadparadkar8750 2 роки тому +1

      @@HYRTutorials Yes I can right click to inspect any website but in console I can’t right click to copy xpath or full xpath.

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Thats strange. is this happening in your local system or office system?

    • @prasadparadkar8750
      @prasadparadkar8750 2 роки тому +1

      @@HYRTutorials My local system. One more weird thing is I can right click in automated browser window console to copy xpath but not in normal broswer window.

  • @VijayKumar-hm5jt
    @VijayKumar-hm5jt 2 роки тому +1

    SupeR siR

  • @manimungara170
    @manimungara170 2 роки тому

    How to remove error in selenium program

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      It depends on error buddy.
      But for sure without resolving the error it will not go away

  • @yeliza2350
    @yeliza2350 2 роки тому +2

    25 February.done

  • @deepthichanda2840
    @deepthichanda2840 2 роки тому

    Hi Hyr Tutorials,
    Greetings,
    I have no exposure to java started learning with your vedios. i have instlled eclipse as per your vedioguide.
    stuck up with this error can you plese help me understand. its throwing error
    WebDriverWait mywait = new WebDriverWait(driver,20); **The constructor WebDriverWait(WebDriver, int) is undefined**
    driver.findElement(By.tagName("input")).sendKeys("vedanshichanda969");

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Instead of passing 20 directly, pass it like this Duration.ofseconds(20)

    • @deepthichanda2840
      @deepthichanda2840 2 роки тому

      @@HYRTutorials thanks for the early reply andi corrected to it

  • @balakrishna5786
    @balakrishna5786 2 роки тому

    nice explanation