Getting started: install, workspace, and drivers
Tags: install, workspace, drivers, chrome, edge
What it is The baseline setup: install the app, choose a Workspace, and ensure browser drivers are configured for stable Web UI automation. Why it’s needed - A consistent Workspace structure prevents missing files, broken references, and ‘works on my machine’ test failures. - Browser automation reliability depends on matching the correct driver version to the browser version. - Teams need a repeatable onboarding checklist to scale adoption. Benefits - Faster onboarding for developers and QA. - More stable runs with fewer driver/compatibility issues. - A predictable folder structure for audits and troubleshooting. How to use it in WebSureQTool 1) Install WebSureQTool. 2) Create/choose a Workspace folder (recommended: dedicated folder per team or per project). 3) Open Workspace Settings and verify output folders (logs/reports/runs). 4) Open Driver Import and add ChromeDriver / EdgeDriver matching your browser versions. 5) Run a sample suite to confirm the driver + browser handshake works.
