DeepaJ
10 years agoContributor
Checking if an Object contains a specific number
Hi,
On my desktop application, I have a page that returns results of a search. The result pane is considered as 1 Object although there are many rows and columns within it. Everytime I execute the query after some actions, I want to check if the newly generated Number (e.g., Invoice #), is present, within the returned results
I saw an article in the documentation that explains how to check if a web page contains a text by using the aqObject.CheckProperty method. However, it does not work correctly for me.
Could someone kindly point how to acheive this the correct way? Not sure if using aqObject.CheckProperty method, is the right thing to do.
Thanks!