This video is all about explaining to you how to use XPATHS effectively and do seamless automation with selenium-driverless library
Here are some examples HOW to use XPATH and click elements on web page
Click on 'input' tag with aria-label attribute contains the text 'Phone number, username, or email
//input[@aria-label='Phone number, username, or email']
click on div tag contains the 'Log in' text
//div[contains(text(), 'Log in')]
HIRE ME FOR PROJECTS ON FIVERR
https://www.fiverr.com/bot_dev_96/develop-bots-to-automate-your-social-media-postings
Download
0 formats
No download links available.
How to find elements through XPATH using selenium-driverless PYTHON | NatokHD