QUESTION 12: How do you select links that have text that contains "Text" string? Show Answer XPath Junior
QUESTION 14: How do you select nodes that have href attribute that contains "/test" string? Show Answer XPath Junior
QUESTION 15: How do you select nodes that have href attribute starting with "/test" string? Show Answer XPath Junior
QUESTION 29: How can you test XPath expression in Chrome Web Developer tools using console? Show Answer XPath Junior
QUESTION 30: How can you test XPath expression in Chrome Web Developer tools without using console? Show Answer XPath Junior
QUESTION 34: How do you select all <div> elements and all <form> elements using one XPath expression? Show Answer XPath Junior
QUESTION 38: How do you select all elements that have "href" attribute that contains "#test" string? Show Answer XPath Junior
QUESTION 40: What is position() function good for in XPath? Can you provide an example? Show Answer XPath Junior
QUESTION 41: What is last() function good for in XPath? Can you provide an example? Show Answer XPath Junior
QUESTION 42: How do you select first three children of a div element using XPath? Show Answer XPath Junior
QUESTION 43: How do you select last but one child of a div element using XPath? Show Answer XPath Junior
QUESTION 60: What is a sibling term used for in relation to XPath? Can you give an example? Show Answer XPath Junior
QUESTION 61: What is a child term used for in relation to XPath? Can you give an example? Show Answer XPath Junior
QUESTION 62: What is a parent term used for in relation to XPath? Can you give an example? Show Answer XPath Junior
QUESTION 63: What is a descendant term used for in relation to XPath? Can you give an example? Show Answer XPath Junior
QUESTION 64: What is an ancestor term used for in relation to XPath? Can you give an example? Show Answer XPath Junior
QUESTION 66: When using XPath, you frequently refer to a node. What is a node in this context? Show Answer XPath Junior
QUESTION 67: When using XPath, you frequently refer to an element. What is an element in this context? Show Answer XPath Junior
QUESTION 68: When using XPath, you frequently refer to an attribute. What is an attribute in this context? Show Answer XPath Junior