Question
ANZ
IN
Last activity: 28 Sep 2018 8:34 EDT
page Down Send Key for Text Adapter Not Working
Hi,
For me send key for a text adapter is not working.
I have tried with {PGDN}, Page Down key .. No Luck
If I see the Emulator keys documents it says For Page Down I should use "Roll Up" key.
But this option is not present in any send key method.
Any suggestions ?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Cognizant Technology Solutions India PVT Ltd
IN
Hi Manas,
Kindly try @u and let me know is it working or not??
Cognizant Technology Solutions India PVT Ltd
IN
Hi Manas,
Can you try 3 [Numeric Value] and Check Is it work or not?? I mean you have to pass Numeric value 3. SendKeys(3,true)
I found IBM Keyboard Layout Type 5250 Layout
Roll Up | 3 or PageDown |
ANZ
IN
No Luck :( with "3"
Have tried with {PGDN} as well
Accepted Solution
Cognizant Technology Solutions India PVT Ltd
IN
Hi Manas,
Kindly try @u and let me know is it working or not??
ANZ
IN
Hi Rohit,
@u worked, How about Page Up?
Cognizant Technology Solutions India PVT Ltd
IN
Hi Manas,
Kindly Try @v for Page Up.
Cigna Corporation
IN
Hi ,
I'm facing similar issue as above.
We have multiple pages for few screens from where I have fetch data. For which we use Page Up manually.
But through automation ,using send keys method with {PGUP} ,@v or by choosing host key PageUp did not work.Its working as if provided any other key like Enter.
Could you please help on this
Thanks,
Sruthi
-
Sai sunil varma kosuri
Cognizant Technology Solutions India PVT Ltd
IN
Hi,
Which type of Keybord supported in your MainFrame Application? Or Name of MainFrame Application.
-
Gayathri Venkatesan
Cognizant Technology Solutions India PVT Ltd
IN
Hi,
Try SendKeys(3,true)
Cigna Corporation
IN
Hi ,
Thanks for reply.I could find send key in following ways .
- SendKey(1 parameter) :
1.(String key) : Void
2.(HostKeys key) : Void
- SendKey(2 parameters): (HostKeys key, Int32 repeatCount) : Void
I can't try sendkeys(3,true). Is there any other possibility?
Thanks