Hi Expert,
I have issue with Sending hotkeys which is stored in Excel.
Here is problem:
I have stored [k(down)][k(down)][k(down)][k(down)] in excel cell
This need to send in Web browser.
I have tried but it’s not working.
I have read data table from excel which already included hotkeys. And using this cell in sending hotkeys. But it doesn’t work.
Please help me out this problem.
Srini84
(Srinivas)
2
@Karampuri_Sathish1
Can you share your workflow screenshot
Thanks
Work flow very long so i have small screenshot for understanding.
item(1).Tostring
Srini84
(Srinivas)
4
@Karampuri_Sathish1
If you manually select down, so only one down key will be accepted.

So to execute multiple down you have to place multiple send Hotkey activities and pass only down
Also you can create a while loop inside that you can pass the hotkey
Hope this helps you
Thanks
Should i send from excel this hotkeys.
Can i write “down” in excel cell.
Is that work?
Thanks
Srini84
(Srinivas)
6
Yes, just write down in excel cell and specify.
Thanks
I have tried that it is not working for me.
Any other way please suggest. or else any other check mark need to give
Thank you !
Srini84
(Srinivas)
8
@Karampuri_Sathish1
Can you show me excel, did you use Read Range activity? and what you are passing in hotkey
Share the screenshot
Thanks

Initially i am using the read range activity and then i am using this column where required. Some cells required multiple downs required.
Srini84
(Srinivas)
10
@Karampuri_Sathish1
After that place the For each row activity inside that give place send hotkey activity and type as row(“Scroll down”).ToString
This should work
Thanks

Is this correct?
It is not working. Any case senstive
Srini84
(Srinivas)
12
@Karampuri_Sathish1
You have to pass in key as above
This is working
Hope this helps you
Thanks