Class SeleniumCoverageIntegration.EdgeCoverageConfig

java.lang.Object
com.parasoft.coverage.integration.selenium.SeleniumCoverageIntegration.EdgeCoverageConfig
All Implemented Interfaces:
AutoCloseable
Enclosing class:
SeleniumCoverageIntegration

public static final class SeleniumCoverageIntegration.EdgeCoverageConfig extends Object implements AutoCloseable
Edge browser coverage state for one Selenium browser session.
  • Method Details

    • getEdgeOptions

      public org.openqa.selenium.edge.EdgeOptions getEdgeOptions()
      Returns:
      Edge options configured for this browser session
    • getProxy

      public ParasoftHeaderInjectingProxy getProxy()
      Returns:
      the dedicated Parasoft proxy for this browser session
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable