Skip to main content

Key Functionality Support & Known Issue for Citrix HTML5 Browser Connection

This page outlines the Keyboard feature's known issue when using the browser-based (HTML5) Citrix connection with Eggplant Gateway.

Use case: Multiple selection with ShiftKey and Mouse clicks

A user executes the script below to hold down the shiftKey and perform a mouse left click to select multiple folders or files.

Keydown shiftKey Click image:"FolderA" Click image:"FolderB" Keyup shiftKey

Issue: The selection of multiple folders or files is not working, only the last folder or file is selected.

Workaround: The same multipl-selection use case can be achieved using below script.

Keydown shiftKey Click image:"FolderA" TypeText downArrow Keyup shiftKey