Solved

Anyone: how Open new tab in Chrome, when Chrome is open

  • 19 September 2022
  • 4 replies
  • 84 views

NoIf Chrome is open I want to let the bot open a new tab.

Ctrl-T would be the command for a new tab but this doesn't work.

command line didn't work...

I have a open tool in Chrome that i need to overcome MFA..

added a Lwiz for the novious users to have a go.

Anyone?

icon

Best answer by leon_romansvans 4 October 2022, 10:59

View original

4 replies

Userlevel 1
Badge +6

Hey Leon. You can use the run advanced command for chrome - then use the command line -- new-window www.whatever website.com in case you want a new window. If not just use the regular run command - select the chrome exercise as application and don’t enter command line new window. 

See link : https://superuser.com/questions/731467/command-line-option-to-open-chrome-in-new-window-and-move-focus

Hello,


 


In Nintex Kryon RPA, using a keyboard shortcut (https://help.nintex.com/en-US/kryonrpa/22.03/default.htm#AdvancedCommands/MouseandKeyboardCommands/Use_Keyboard_Shortcut.htm?Highlight=shortcut) will allow you to fire off a "CTRL+T". Doing so will open a new tab, assuming you execute it at the end of a recorded step (a step recorded on a web app correctly defined as such in Kryon Admin). I just tested it, and it works as expected.


 


Just be aware that:



  • The step you perform this on must be a properly defined web application (in Kryon Admin).

  • This means that it is configured to be associated with a URL, not "chrome.exe"

  • Execute it at the end of the recorded step

  • Chrome must be already open and on the correct (recorded) page for this to work

     


    I hope this helps!


     


    Kind regards,


    Theo




Userlevel 1
Badge +6
Chrome executable I meant

Thxs all for your relpies,


the way I've solved it:



  1. first open chrome

  2. get window handle to front

  3. opened CMD (cmd.exe hallo)

  4. get window handle to front

  5. input txt start http:..........

  6. auto create a tab with this URL..

Reply