Answers for "how to click anchor tag in selenium in php"

PHP
0

how to click anchor tag in selenium in php

webDriver.findElement(By.xpath("//a[@href='/docs/configuration']")).click();
Posted by: Guest on December-28-2021

Code answers related to "how to click anchor tag in selenium in php"

Browse Popular Code Answers by Language