Hello,
I am trying to do key combination in firefox, Like click anywhere and then press CTRL+SHIFT+M and refresh to view mobile version of website.
“Command”: “sendKeys”,
“Target”: “id=search_form_input_homepage”,
“Value”: “${KEY_ENTER}”
}
here we can press only one key.
Do not use sendkeys, it does not work for this. => Use Xtype that working
1 Like
dear,
do you know , how can i run macros on background on Firefox and then i can continue my work on chrome?
I use portable browser and i run multiple browser and i continue to work with another browser.
I run macro via batch file after i open another browser and continue my work.
I use browser portable only.
For Xtype need to have focus, you can run your macro in a virtual machine and continue to work in your real machine.
Some types of command require focus and you can not superimpose another window.
Best solution is run macro in a virtual machine and continue to work in your real machine.
Can you please share your batch file, just method of execution not your code if you feel unsafe.
I want to run in windows. don’t have enough space to install virtual machine.
Here info
https://ui.vision/rpa/docs#cmd
You must customize with your paths
1 Like