Q. If you wanted to access the element that has the text "This element has an ID that changes every time the page is loaded" in it, then which of the following is used?- Published on 13 Aug 15a. //div[contains(@id,'time_')]
b. //div[contains(@id_time())]
c. //div[parameter(@id_time())]
d. //div[parameter(@id,’time_’)]
ANSWER: //div[contains(@id,'time_')]