How To Click Anchor Tag In Selenium In Php

[Solved] How To Click Anchor Tag In Selenium In Php | Php - Code Explorer | yomemimo.com
Question : how to click anchor tag in selenium in php

Answered by : enthusiastic-emu-nu24wc3lb6ge

webDriver.findElement(By.xpath("//a[@href='/docs/configuration']")).click();

Source : https://stackoverflow.com/questions/30635228/how-to-click-a-href-link-using-selenium | Last Update : Tue, 04 Jan 22

Answers related to how to click anchor tag in selenium in php

Code Explorer Popular Question For Php