Search results

  1. P

    How to pass excel session to other tasks

    we can't pass the same excel file session between the multiple Atmx.
  2. P

    Is it possible to create two members having admin access for the control room in aa?

    Yes, while creating user only map the admin role.
  3. P

    Object cloning and Manage windows control not working when vm is disconnected

    Why your machine get lock when bot is running? If it's get lock because of no moment on screen for long time then you have to use Keepalive.vbs.
  4. P

    AAE client getting disconnected from control room

    There is one file at client side whose size increase more than 6 KB due to which this error occurred. You have take back up of the file and restart the service which will create that file again. File name something like autologin..I will update you
  5. P

    Triggering two bots at a time with same priority

    Not possible. Only one bot can run at time.
  6. P

    AA waits open excel command

    It may be machine problem. Restart the machine and try again.. It is happening manually too?
  7. P

    problems with keystroke

    You can try this. Take value whole value in variable and then set to textbox. Keep the delay 0
  8. P

    How to Close Java Window security popup in Automation anywhere?

    Installed java plugin and then capture objects.
  9. P

    AA ObjectCloning time for waiting object

    Use object cloning properly: Wait for object to exist [ ] sec Set high value there, bot will wait till the object appear..
  10. P

    Task could not be deploy on selected client.

    There are multiple reasons for this issue. - AA client auto login is not working - Control room disk size is full - AA client machine passwords are changed so need to update the password in AA client. and so on...
  11. P

    which Config file is better

    I like text file
  12. P

    Injecting javacript code in webpage and returning data

    Could you please share the detail?
  13. P

    Bot should run if windows get locked

    Run the JavaScript in bot which prevent the machine from lock. Google : keepalive.vbs
  14. P

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

    This is also nice technique to wait..we can add loop around it until objects is found.
  15. P

    How to Close Java Window security popup in Automation anywhere?

    Best thing about Metabot is that it handle the delay internally. It wait for continue image button then click it. (Logic is written within Metabot)
  16. P

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

    table is extracted from calendar control then there is property "click on cell by text" which help me to set the date.
  17. P

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

    Is there any technique present to find web page is loaded fully or not in automation anywhere? Googled below result but below suggestion is not working for me 1) pick an element on the website which is loaded last/late and use Object Cloning to 'wait' for it to appear 2) Do use the “Wait...
  18. P

    How to Close Java Window security popup in Automation anywhere?

    I created custom control in Metabot and now it is working for me. "Continue" button created in metabot and used in click it. IE doesn't work for all times. sometime, it was working. "Currently Active window" is not working.
  19. P

    How to Close Java Window security popup in Automation anywhere?

    How to handle java web application alert popup in internet browser in Automation Anywhere? Java window Popup "Do you want to run this application?" Run button Cancel button I need to click Run button. I tried to capture RUN button present on popup with Object cloning, manage window control...
Top