XPath Tutorial Part 1 | Selenium test automation | Learn to create XPath to identify WebElements

preview_player
Показать описание
In this video we will see that how to create a basic XPath.
XPath is basically the XML path, which we use to identify or navigate nodes in an xml document.

We will also discuss the difference between relative and absolute XPath, and how to create them.

Also we will discuss about different XML methods like contains(), text() to get help in creating the XPath.

We'll also discuss the findelement and findelements method, when to use which method, and how to use them.

**********Please comment in case of any query*************

Also please watch other videos as well.

n

Рекомендации по теме
Комментарии
Автор

Informative tutorial. Sir recently I learned that devtools is not the right place to verify xpath, it gives wrong info and fails in case of svg, shadow dom, iframe etc. SelectorsHub gives the right info.

ramshah