Add Addon record and support for utility addons
Introduces the Addon record to represent browser addons and updates StealthConfig to support loading multiple utility addons per browser. The Firefox driver now installs specified addons from the UtilityAddons array, improving extensibility for browser automation.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Beam.Stealth;
|
||||
|
||||
public record Addon(Browser Browser, string AddonPath);
|
||||
Reference in New Issue
Block a user