Recent content by pravinpatilcse

  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.
Top