How To Generate Dynamic XPath in Selenium WebDriver || Write Like a Genius

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

КОМЕНТАРІ • 2

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

    Good tutorial but here I must say that devtools is not good practice to verify xpath. Devtools give wrong results because it shows string match and wrong results for , svg, shadow dom etc. you must try Selectorshub browser extension which is the standard solution to verify xpath.

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

      Thank You Ram Shah! Sure. I will use SelectorsHub browser extension.