IF Text found on web page
I'm using AA to check inventory levels of products we sell on our website and have drop-shipped from our supplier. We have to log in to the supplier's B2B website to see the stock level of each item. Occasionally, products that are discontinued drop from the B2B site.
I'm trying to write an IF statement: IF the Text: "Product not found" Exists ON webpage, THEN.....
The tool to write IF statements force me to open the page before capturing the Web Control. I cannot open the page directly since I need to login to the site first. Logging in on another browser instance doesn't work either.
Is there a way I can directly edit the IF statement to look for the text "Product not found"?
|