Can somebody please help me on the following?
I want to click on a button who has the text "Resume Scanning". In the below script. Instead of the hard coding (Resume Scanning), how can I pass the value from property file?
driver.findElement(by.xpath("//button[contains(.,'Resume Scanning')]"));
Thanks, Kannan C