Skip to content

Support NoInternetBrowserFactory and describe setup instructions for local environment without internet access / Custom browsers like Yandex #206

Description

@mialeska

Instruction example in case of our SpecFlow-based template:

  1. Add CustomBrowserFactory
  2. Add respective nuget package of driver e.g. Selenium.WebDriver.ChromeDriver
  3. Add hook to be executed before tests:
    [BeforeTestRun(Order = 0)]
    public static void ConfigureBrowserFactory()
    {
    AqualityServices.BrowserFactory = new CustomBrowserFactory(
    AqualityServices.Get(),
    AqualityServices.Get(),
    AqualityServices.Get(),
    AqualityServices.LocalizedLogger);
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions