WebDriver Interview Questions With Answers
Part 19 88 : In XPath, I wants to do partial match on attribute value from beginning. Tell me two functions using which I can do It. Answer : We can use bellow given two functions with XPath to find element for software web page using attribute value from beginning. contains() starts-with() 89 : I have used findElements In my software … Read more