#6 Web Element In Selenium With Python Part 2- XPath, CssSelector, LinkText,PartialLinkText,TagName

preview_player
Показать описание
In this video, we will talk about the remaining locators of Selenium with Python-like XPath, CssSelector, LinkText, PartialLinkText, TagName, and how to use them in the script.

Must Watch Part 1

Dynamic XPath in Selenium

Dynamic CSS in Selenium

Prerequisite - Python Basics

Selenium With Python Series

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

Amazing videos. I really enjoyed them.

KhalilYasser
Автор

Hi @Mukesh otwani, I'm unable to get keys from suggestions. I'm typing keys manually Please help me on this

venkatakalki
Автор

currently no working with OrangeHRm site by using class and name how to resolve this isseue

blessycheriyan
Автор

Sir, is it possible to code where I can search a term like movies on any website.

SusTheSurfer
Автор

Sir, the point you mentioned at 25.18 min that, selenium will check for all links on page and then click on 1st, Not sure but i think it will not check all link present on page but it will simply start searching for that tag name from left top corner of page and as soon as tag found it will simply performed required action.
Please correct me if I am wrong sir, my doubt needs to be clear here else I will live with above concept in my mind.

bhargavzilpilwar
Автор

Hi Mukesh Ji,

I tried with the following code, but I don't see any action done for clicking on welcome and logout.. after login, it just stays there.

ceyhan