Blazemeter / CitrixPlugin

A repository for the Citrix Plugin for JMeter
Apache License 2.0
11 stars 2 forks source link

How can i navigate with TAB key #65

Open pkumar360 opened 1 year ago

pkumar360 commented 1 year ago

Hi,

I need to navigate the application with tab key so i am trying to find this under KeySequence but not able to locate it. Can you please guide me on this?

Also I need to execute the application with 50 users. So will be please recommend the configuration setting for that.

Regards, Pradeep Kumar TAB issue

3dgiordano commented 1 year ago

Hi @pkumar360

Citrix use Virtual Key Codes from Microsoft, the VK Codes.

The VK Code for "TAB" or KVK_TAB is = 9

If you need to use any other key in particular, you have the Microsoft documentation with the list of key codes https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

You can also use the recording, use the keys on any screen of the application and then take what was recorded as a reference to adapt it to another screen.

pkumar360 commented 1 year ago

Thanks for the instructions. It works for me now.