Interface PageSourceExtractor

All Known Implementing Classes:
AppiumScreenSourceExtractor, WebPageSourceExtractor

public interface PageSourceExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(Config config, org.openqa.selenium.WebDriver driver, String fileName)
     
  • Method Details

    • extract

      @Nonnull @CheckReturnValue File extract(Config config, org.openqa.selenium.WebDriver driver, String fileName)