Blazemeter / CitrixPlugin

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

Enhancement: getForegroundWindowCaption #61

Open XerOpsNL opened 1 year ago

XerOpsNL commented 1 year ago

Class CitrixClient.java has a method: int getForegroundWindowID(); That ID (a negative short int?) is useless. Proposal: new method String getForegroundWindowCaption();

3dgiordano commented 1 year ago

Hi @XerOpsNL Thanks for the suggestion.

But if you need to access the caption of the window there is an example in the following issue https://github.com/Blazemeter/CitrixPlugin/issues/56

In the future, there will be mechanisms for better management of window information from JMeter.