Which of the following options are valid ways to acc button lness an element by id?
Which of the following options are valid ways to acc button lness an element by id?
a. “[‘driver.findElement(By.xpath(“//*[id=\’plans\’]”))’
b. driver.findElement(By.xpath(“//*[@id=\’plans\’]”))
c. None of these
d. ‘driver.findElement(By.xpath(“//*[@id=”plans”]”))’]”