Visit the official Chrome for Testing or Geckodriver page. Download the driver that matches your browser version exactly.
Since Selenium loads full pages, use "Explicit Waits" to ensure the element is visible before SVB attempts to capture it. Download [SELENIUM] With CAPTURE svb
The corresponding browser version (Chrome, Firefox, or Edge). ⚙️ Step-by-Step Installation Visit the official Chrome for Testing or Geckodriver page
The executable file (chromedriver.exe or geckodriver.exe). The corresponding browser version (Chrome, Firefox, or Edge)
While Selenium helps with JavaScript rendering, many sites can detect "Automation Controlled" flags. You may need to use Undetected-Chromedriver or specific flags in your SVB config to remain stealthy.
For faster performance, enable "Headless" in your SVB Selenium settings. This runs the browser in the background without a GUI. ⚠️ Important Considerations
Extract the .exe file and place it in a dedicated folder, or directly within your SilverBullet root directory for easy access.