Answers for "xpath contains text using id"

4

contains text xpath

//*[contains(text(),'ABC')]
Posted by: Guest on June-01-2020
0

How to find xpath by contained text

driver.find_elements_by_xpath("//*[contains(text(),'panel')]")
Posted by: Guest on July-26-2021

Browse Popular Code Answers by Language