The corresponding browser version (Chrome, Firefox, or Edge). ⚙️ Step-by-Step Installation
Browsers update automatically. If your SVB stops working suddenly, it is likely because your browser updated and your WebDriver version no longer matches.
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
The function in SilverBullet is used to extract specific data (like account balances, expiry dates, or plan types) after a successful login. When using Selenium, the capture process changes slightly:
Instead of parsing raw HTML source code, Selenium interacts with the DOM . Use XPath or CSS Selectors to locate the data.
Extract the .exe file and place it in a dedicated folder, or directly within your SilverBullet root directory for easy access.