How to click a href link using Selenium
I have a html href link:
https://scalan.com/apps/HexagonTowersGame
To click this link by href using xpath in selenium:
//a[contains(@href, 'apps/HexagonTowersGame')]
Scientific Algorithms and Analytics
I have a html href link:
https://scalan.com/apps/HexagonTowersGame
To click this link by href using xpath in selenium:
//a[contains(@href, 'apps/HexagonTowersGame')]