Uses of Class
com.parasoft.coverage.integration.proxy.ParasoftHeaderInjectingProxy
Packages that use ParasoftHeaderInjectingProxy
Package
Description
Parasoft coverage integration code specific to Selenium 4
-
Uses of ParasoftHeaderInjectingProxy in com.parasoft.coverage.integration.selenium
Methods in com.parasoft.coverage.integration.selenium that return ParasoftHeaderInjectingProxyModifier and TypeMethodDescriptionstatic ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureChromeOptions(org.openqa.selenium.chrome.ChromeOptions options) Starts a Parasoft header-injecting proxy using the current test's baggage header and configures the supplied Chrome options to use it.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureChromeOptions(org.openqa.selenium.chrome.ChromeOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Chrome options to use an existing Parasoft header-injecting proxy.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureChromeOptions(org.openqa.selenium.chrome.ChromeOptions options, AtomicReference<String> baggageHeader) Starts a Parasoft header-injecting proxy using a shared baggage reference and configures the supplied Chrome options to use it.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureEdgeOptions(org.openqa.selenium.edge.EdgeOptions options) Starts a Parasoft header-injecting proxy using the current test's baggage header and configures the supplied Edge options to use it.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureEdgeOptions(org.openqa.selenium.edge.EdgeOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Edge options to use an existing Parasoft header-injecting proxy.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureEdgeOptions(org.openqa.selenium.edge.EdgeOptions options, AtomicReference<String> baggageHeader) Starts a Parasoft header-injecting proxy using a shared baggage reference and configures the supplied Edge options to use it.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions options) Starts a Parasoft header-injecting proxy using the current test's baggage header and configures the supplied Firefox options to use it.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Firefox options to use an existing Parasoft header-injecting proxy.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions options, AtomicReference<String> baggageHeader) Starts a Parasoft header-injecting proxy using a shared baggage reference and configures the supplied Firefox options to use it.SeleniumCoverageIntegration.ChromeCoverageConfig.getProxy()SeleniumCoverageIntegration.EdgeCoverageConfig.getProxy()SeleniumCoverageIntegration.FirefoxCoverageConfig.getProxy()Methods in com.parasoft.coverage.integration.selenium with parameters of type ParasoftHeaderInjectingProxyModifier and TypeMethodDescriptionstatic ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureChromeOptions(org.openqa.selenium.chrome.ChromeOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Chrome options to use an existing Parasoft header-injecting proxy.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureEdgeOptions(org.openqa.selenium.edge.EdgeOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Edge options to use an existing Parasoft header-injecting proxy.static ParasoftHeaderInjectingProxySeleniumCoverageIntegration.configureFirefoxOptions(org.openqa.selenium.firefox.FirefoxOptions options, ParasoftHeaderInjectingProxy proxy) Configures the supplied Firefox options to use an existing Parasoft header-injecting proxy.