ashutosh01
2 years agoContributor
I am using waitelement but it is not working
var encryp=page.WaitElement("//input[contains(@id,'rdbSecurityTrue')]", 15000).Exists
I am using above line of code to wait for the element but when running the script it doesn't wait and it's boolean value is always false.
But xpath is correct if i put hard code delay and run it is running fine but not with waitelement.