tcurry
14 years agoOccasional Contributor
aqObject.CheckProperty Usage
Coding the following in the script works correctly, however using the 'Call Object Method' within the Keyword Test and using it does not. Can anyone give an explanation as well as how to alleviate the problem.
aqObject.CheckProperty(Sys.Process("IEXPLORE").Page("*").NativeWebObject.Find("id","*rfvPassword","SPAN"), "innerText", 0, "Please enter a Password");
Thanks.
aqObject.CheckProperty(Sys.Process("IEXPLORE").Page("*").NativeWebObject.Find("id","*rfvPassword","SPAN"), "innerText", 0, "Please enter a Password");
Thanks.