Selenium XPath Tutorial - XPath in Selenium WebDriver | XPath Full Tutorial | SoftwareTestingMentor

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 73

  • @softwaretestingmentor
    @softwaretestingmentor  3 года назад +10

    I recommend SelectorsHub to practice the Selenium XPath as SelectorsHub provides much better IDE for learning and finding locators. You can download SelectorsHub here: selectorshub.com/

    • @bro5384
      @bro5384 2 года назад +1

      can you share the robot project for testing the xpath

    • @TEPI_CAMPUS
      @TEPI_CAMPUS 15 дней назад

      I haven't seen HTML & CSS ON YOUR PLAYLIST PLEASE WORK ON THESE TWO LANGUAGES

  • @SelectorsHub
    @SelectorsHub 3 года назад +6

    Thank you Manish for the informative tutorial.

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад +1

      Thank you Sanjay Kumar - SelectorsHub for making such a nice tool. I have recommended it in description and pinned the download link in comments.

  • @VidyuthAvinash
    @VidyuthAvinash 6 месяцев назад +1

    Excellent tutorial for Xpath which covers all the combinations...Really a one shot video to learn Xpath in detail!!! Thank you so much for this amazing video!!!

  • @anwarqarout2327
    @anwarqarout2327 3 года назад +5

    Thank you so much for the tutorial. I usually don't prefer watching videos to learn but this was super fun and informative. I subscribed.

  • @nareshgajula
    @nareshgajula Год назад

    This is a great video. I saw many videos to clarify my doubts over the past few years. But your explanation is the best. Thanks for sharing!

  • @DebabrataRoy-w7d
    @DebabrataRoy-w7d Год назад +1

    You are doing great work sir, these tutorials help us a lot while we struggle to find details knowledge... thanks for all your efforts....

  • @accesssantu
    @accesssantu 2 года назад +2

    Really - Awesome --> Short, Simple and precise - Loved it and learned xpath in short timeless time.

  • @runthomas
    @runthomas 2 года назад +3

    thank you so much kind sir... this is exactly what i needed and learned so much...
    you possibly really changed my life as you helped me solve a crucial situation that was holding me back in life.

    • @softwaretestingmentor
      @softwaretestingmentor  2 года назад

      Thank you very much for your kind words!! I am glad my work is helpful!

  • @sureshsivamani1141
    @sureshsivamani1141 Год назад

    Your way of explaining is awesome .

  • @dilshadferdousi799
    @dilshadferdousi799 7 месяцев назад

    I learned a lot from this tutorial. Thank you very much for this amazing content.

  • @rajithprabhakaran
    @rajithprabhakaran 2 года назад

    Thank you! Wonderful presentation and easy to understand. One stop shop for XPATH tutorial.

  • @AlbertoBri
    @AlbertoBri 3 месяца назад

    thank you so much, loved the series

  • @leoniaklebanov2502
    @leoniaklebanov2502 Год назад

    Very pro,cover and clear tutorial

  • @mmammams
    @mmammams Год назад +1

    Wonderful video, that's what I needed. Thanks

  • @DataWiseDiscoveries
    @DataWiseDiscoveries 2 года назад

    Hello Sir. I am from Nepal and finding your selenium courses interesting and hugely helpful.

  • @fixitbro4851
    @fixitbro4851 Год назад

    What an amazing video thank you for making it simple to understand all those types of xpaths

  • @anshalverma7363
    @anshalverma7363 3 года назад +1

    Thank you,so much sir.. 🙏🏻It clears all my doubts in xpath..your all videos are very helpful 😊

  • @Mdroudian
    @Mdroudian 2 года назад

    Wow... This was an excellent tutorial. Thank you very much.

  • @vivekvineet3516
    @vivekvineet3516 Год назад

    Nice the best one .. ... I learned it ....Thanks a lot

  • @rajendranavale8613
    @rajendranavale8613 3 года назад +3

    Very informative session....

  • @abhi9avx
    @abhi9avx Год назад

    Thank You so much for this tutorials .

  • @palashkailashrai5327
    @palashkailashrai5327 5 месяцев назад

    Thanku so much, great explanation 🎉

  • @sherryblossomone1098
    @sherryblossomone1098 2 года назад +2

    I want to thank you for your vdo...thank you!

  • @soumyaranjanmohapatra7933
    @soumyaranjanmohapatra7933 Год назад

    Very helpful video..thank you sir..🙏

  • @pc-fu6fv
    @pc-fu6fv 2 года назад +1

    Good one. Thank you Sir.

  • @f.a5148
    @f.a5148 Год назад

    thanks brother love your videos

  • @animeshananmay7488
    @animeshananmay7488 3 года назад

    Many thanks for your video
    I was able to understand a great usecase thanks to your video 👍👍

  • @krunalpatel6099
    @krunalpatel6099 Год назад

    Very helpful video. Can you show how to select xpath for an element under shadow root?

  • @saieram8970
    @saieram8970 3 года назад +1

    Hi Manish thank you .
    can you make video about framework in selenium

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад

      Selenium with Python framework series is already going on. New videos will be added regularly. Pls check the playlist: ruclips.net/p/PLL34mf651faPOf5PE5YjYgTRITzVzzvMz

  • @vigneshr7294
    @vigneshr7294 8 месяцев назад

    Thanks for the video😊

  • @kauserjaffari9790
    @kauserjaffari9790 2 года назад

    Thank you Manish incredible videos. However, it would have been great see how to use Axes method in using editor.

  • @vaibhavmane.5344
    @vaibhavmane.5344 2 года назад

    Superb explain

  • @ramshah6733
    @ramshah6733 3 года назад +1

    Hi Manish thank you .
    can you make video about xpath with SelectorsHub because i found devtools breaking in many cases for my application.

  • @anuroop7450
    @anuroop7450 3 года назад

    Thanks a lot for this video

  • @nuwanthuduwage6869
    @nuwanthuduwage6869 2 года назад

    Thank you very much for the tutorial. I am very new to the test world. When I am trying to follow the tutorial, now, salesforce DOM has changed. some elements are now under SHADOW-ROOT. So, general xpath expression (//input[@name="first_name"]) not working for me. Can you please explain this. I think it is because of the shadow-root. Is there any specific way to catch shadow root elements.
    Thank you very much

  • @sanghamitramishra6169
    @sanghamitramishra6169 9 месяцев назад

    Please share like this tutorial for CSS selector

  • @MdShadmanSaeed
    @MdShadmanSaeed 3 года назад +1

    Hi Sir, I am from Bangladesh. You are very good at teaching. What about mobile application automation testing? Do you start it?

    • @softwaretestingmentor
      @softwaretestingmentor  3 года назад

      Hi Shadmansaeed, Thank you, I am glad my work is helpful. Its not started yet but its in the list. Will be posting the series in few months. Regards, Manish

  • @dileep2448
    @dileep2448 3 года назад

    Hi, your videos are awesome. I do want to learn more on selenium python testing. If you have online training are going on, Pl let me know

  • @TEPI_CAMPUS
    @TEPI_CAMPUS 15 дней назад

    I need to learn Html & css from as beginning.
    Please work on that.

  • @SurvivingDreamgirl
    @SurvivingDreamgirl 3 года назад

    Can you post a video for selenium eclips as how to install sir.

  • @nishantshri97
    @nishantshri97 3 года назад +1

    Thank you sir

  • @dhananjaymalhotra7854
    @dhananjaymalhotra7854 2 года назад

    Thanks for this video. I am trying to write xpath for the same element that you have shown in your video and seeing this error : This element might be inside from different src. Currently ChroPath doesn't support for them. Even on writing basic and complex xpaths, the element is not getting recognised. I have also verified that there is no tag in the DOM. Can you please assist me here?

  • @prabhat_testOK
    @prabhat_testOK Год назад

    its a great video

  • @m78gin
    @m78gin 2 года назад

    Please could u make tutorials for Ranorex...i am not finding any good tutorials and I want to learn ranorex. Thnx in advance

  • @urvashigutka5091
    @urvashigutka5091 2 года назад

    Cannot see the XPath box in bottom

  • @Malik__Yusuf
    @Malik__Yusuf Год назад

    Can someone help me to find out xpath in my project. There is no attribute value for that particular element. I am kinda stuck in this.

    • @AizenSosukee07
      @AizenSosukee07 3 месяца назад

      Use chained Xpath like writing for its parent element and go to target element or use sibling nodes using xpath axes

  • @usp1122
    @usp1122 Год назад +3

    Congrats for 1000 likes..it's me 1000th👍

  • @freeafrica6978
    @freeafrica6978 2 года назад

    I am trying to find path for twitter heart it keep changing the path

  • @mimihuman5843
    @mimihuman5843 Год назад

    travers???????

  • @haneenhaddad3766
    @haneenhaddad3766 2 года назад

    Can I get this power point file

  • @Nawah22
    @Nawah22 9 месяцев назад

    How can i email you

  • @river.flows__
    @river.flows__ 3 года назад +2

    thank you for the tutorial sir