Answers for "how to escape ' in xpath"

0

how to escape ' in xpath

#Use escaped " instead of ' within in the brackets
By.xpath("//span[@trans=\"'WbOrderHeader.OneCancelsAnother\"]")
Posted by: Guest on January-31-2021

Browse Popular Code Answers by Language