Tag

ChromeDriver

0 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Jan 12, 2022 · Frontend Development

Automating Electron Application Testing with Selenium on macOS

This guide explains how to set up Selenium to drive Chrome and Electron applications on macOS, covering ChromeDriver version matching, configuring Electron's binary location, building and packaging the app, and using remote debugging to test already‑running Electron instances.

ChromeDriverElectronSelenium
0 likes · 10 min read
Automating Electron Application Testing with Selenium on macOS
360 Tech Engineering
360 Tech Engineering
Dec 12, 2019 · Backend Development

Server‑Side Browser Screenshot with Selenium and html2canvas on Linux

This guide explains how to set up a headless Chrome environment on Linux, install Selenium and html2canvas, inject JavaScript to capture arbitrary DOM elements as images, retrieve the base64 data, and optionally package the whole workflow into a Docker container for reproducible deployment.

ChromeDriverDockerPython
0 likes · 7 min read
Server‑Side Browser Screenshot with Selenium and html2canvas on Linux
转转QA
转转QA
Aug 9, 2018 · Mobile Development

Automating ZuanZuan "Happy Delivery" Mini Program with Appium and Chrome Inspector

This article details the step‑by‑step setup and execution of automated testing for the ZuanZuan "Happy Delivery" WeChat mini‑program, covering debugging activation, process inspection, Chrome‑Inspector usage, Appium context switching, chromedriver compatibility, and best practices for building a maintainable mobile automation framework.

Chrome InspectorChromeDriverMobile Testing
0 likes · 10 min read
Automating ZuanZuan "Happy Delivery" Mini Program with Appium and Chrome Inspector