###MACRO: [WEB] Click on Link Using XPath [Example]
###Video Showing How to Use Chrome Inspect Tool to Get XPath
- The Inspect Tool is our most valuable tool to determine the JavaScript needed to click on a “link”.
- Some Options for clicking on a link:
- Using a XPath
- Using the
click()
method - Using the
submit()
method