global send keys

  1. P

    Click / Global send keys in Chrome not working from control room / step over run.

    Hi All I am trying to automate a web application using chrome browser mode . Inside that there is a date field where I want to paste a value . This field is little tricky as it have a default value(current date) in it and when I try to paste the value using write stage , the value is getting...
  2. M

    Global Send Keys - Press Tab

    Hi Guys, I have searched the forum for some answers, but still can not get it to work. Basically I would like the solution to press tab after it has entered text in a text field. Enter Text in field -----> Click in field ------> Press Tab. But i keep getting an error e.g. "Special...
  3. T

    Information request for global sens Keys problem

    Hello, I would like to know why writing with the Global Send Keys is not done correctly. For example to write Test, it will write Tesst, knowing that I already set an interval of 1 second for the global send Keys.
  4. M

    Microsoft Word Remove All Links

    Hi, I have an object which should highlight all text in a Word document and then press CTRL SHIFT F9 to remove all links. All the text highlights but the links remain afterwards? This works when I do it manually. I am global mouse clicking the page and then global sending "^+{F9}"
  5. S

    Hold CTRL key and select multiple items

    Hi, I've a list (AA) / combo box (HTML) that I need to select multiple items from. I'm trying to do this via Global Send Key / Events but nothing seems to work; it only ever appears to select the first item and when it tries to select the second item, it's selected successfully but the first...
  6. M

    how to right click using Global Send Keys

    I have a website, and there is an image that I need to save, the only way I could spy was using Browser mode. Send Keys Events is not available in the Navigate Stage, how would I right-click using Global Send Keys?
  7. K

    How to write a text whit Global Send Keys??

    How to write a text whit Global Send Keys?? This text: "\\cg-fileserver\RPA\DCV\Ameris Capital Administradora Gral. de Fondos S.A\DEPOSITO\RVCA_DAT\RVCA0831AME.DAT"
  8. K

    How to write a text whit Global Send Keys??

    How to write a text whit Global Send Keys?? This text: "\\cg-fileserver\RPA\DCV\Ameris Capital Administradora Gral. de Fondos S.A\DEPOSITO\RVCA_DAT\RVCA0831AME.DAT"
  9. E

    Command 'AASendKeys' gave invalid result

    I keep getting the error 'Command 'AASendKeys' gave invalid result' on navigation stages involving a Global Send Keys action, despite this previously working fine with no errors. Does anyone know what may be causing this and how to solve? The actual action it's meant to do happens as part of...
  10. F

    Click a button using C# Code.

    HI All, I'm new on Blue Prism and I'm encountering some issue to click a button on OBIEE Dashboard. I have tried both solution Select by Region and Global Send Keys but doesn't work. When I use one of this solutions seems like that the button works with the previus paramiters and not with the...
  11. K

    F5 with 'Global Send Keys'

    F5 with 'Global Send Keys'. Help please! Thanks.-
  12. S

    java Automation Oracle

    Hello guys, I'm trying to automate a functionality which is a java applet form Oracle EBS. I'm unable to spy the text boxes in the picture using HTML or java mode. I'm currently activating the window and using global send keys to enter the data. is there an efficient way to enter data?
Top