java.lang.Object
co.verisoft.fw.selenium.junit.extensions.devtoolsExtension.DevtoolsBase
co.verisoft.fw.selenium.junit.extensions.devtoolsExtension.Network

public class Network extends DevtoolsBase
  • Constructor Details

    • Network

      public Network()
  • Method Details

    • createJsonFile

      public void createJsonFile(org.junit.jupiter.api.extension.ExtensionContext extensionContext, Throwable throwable) throws Throwable
      Creates a JSON file containing network request and response data for each WebDriver instance.
      Parameters:
      extensionContext - the extension context
      throwable - the exception thrown during the test execution (if any)
      Throws:
      Throwable - if any error occurs during the creation of the report file