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.
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.
Thank You Ram Shah! Sure. I will use SelectorsHub browser extension.