Which of the following options are valid ways to acc button lness an element by id?

Questions & AnswersCategory: Programming LanguageWhich of the following options are valid ways to acc button lness an element by id?
Adam asked 2 years ago

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”]”))’]”