anujkumar21 / PWAF

Python Webdriver Automation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locator field

niranjan8129 opened this issue · comments

Hi, I appreciated and liked your code. Just have one concern. how to find out locator ?

Hi Niranjan,

Sorry for the delay in reply.

Have you worked on web or mobile automation projects? If yes, the way to find locators is same. If not, you can find the locators using developer options of browser or you can use different plugins which come as browser extensions.
Here is a good link for reference:
https://www.softwaretestinghelp.com/using-selenium-xpath-and-other-locators-selenium-tutorial-5/

Please feel free to reach in case of any queries.

Thanks,
Anuj