ahsanixc
Results
1
comments of
ahsanixc
Hey @suniti2302 : you may find element that does not contain AutomationId or className by making their **xpath** one way to make xpath is driver.findElementByClassName("ListBox").click(); then String XPath = "//*[contains(@Name,'WhateverTheNameIs')]";...