Disclaimer
This workload is provided as-is and might need further configuration and customization to work successfully in each unique environment. For further Professional Services-based customization, please consult with the Login VSI Support and Services team. Please refer to the Application Script Recording for further self-help information regarding workload crafting and implementation.
For more information, refer to the top of the .cs file under Additional Resources.
Browser support was added in Login Enterprise v4.1. Browser functions built on top of Selenium web drivers allow interactions with web elements. If you’re on Login Enterprise 4.1 or newer, use the Browser Functions instead.
Overview
This workload will perform the following interactions:
-
This script will interact with the Chrome browser. It will:
-
Browse to google.com and perform a Google search.
-
Scroll through the results page and click on a predefined link for Login Enterprise.
-
Scroll through the Login Enterprise web page.
-
Close the browser window.
-
Chrome needs to start with the "--force-renderer-accessibility" flag to expose the web elements. Incognito mode "-incognito" is recommended to avoid issues with cached data.
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --force-renderer-accessibility -incognito