Automate F5 Distributed Cloud web console operations using Chrome browser automation.
# F5 XC Console Automation Command Automate F5 Distributed Cloud web console operations using Chrome browser automation. ## Usage ## Actions ### login Authenticate to F5 XC tenant (supports Azure SSO, Google, Okta, SAML, native login). **Example:** **Workflow:** 1. Get browser tab context 2. Navigate to tenant URL (detect connection failures → warn about VPN) 3. Identify authentication type based on URL pattern: - `login*.volterra.us` → Native login (user enters credentials) - `login.microsoftonline.com` → Azure SSO - `accounts.google.com` → Google SSO - `*.okta.com` ...