Search results

  1. M

    Is there any technique present to find web page is loaded fully or not in automation anywhere?

    Not really, there isn't. I have seen though a usage of favicon in the browser - checking if favicon is available through wait for screen change. This assumes that if page is loading there is no favicon but a loading icon. This will not work however in case of ajax requests or frames. And as...
  2. M

    How to Close Java Window security popup in Automation anywhere?

    Sure, Image Recognition is a rather poor solution but there are not many other options left if you can't object clone the buttons.
  3. M

    How to select date from calendar in web application in automation anywhere ?

    The easiest is to just enter the date as text into the textbox associated with this input. Picking from a calendar is generally close-to-impossible but it is usually easily avoided. For instance just object clone the textbox and set text like "2019-01-07" with object cloning. Show some...
  4. M

    How to Close Java Window security popup in Automation anywhere?

    How about image recognition and then just use "click if image found" option.
  5. M

    How to make XML Path dynamic?

    Can't see how that would be a problem? Just create a variable with the path you need and pass it to the command. Wildcards will not work though, you always need a pathname. Just assign the filepath you want to a variable and there you go.
Top