クラス WebPageMaterializingFunctions


  • public class WebPageMaterializingFunctions
    extends java.lang.Object
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      WebPageMaterializingFunction<org.openqa.selenium.WebDriver,​com.kazurayam.inspectus.materialize.discovery.Target,​java.util.Map<java.lang.String,​java.lang.String>,​com.kazurayam.materialstore.core.Material> storeEntirePageScreenshot  
      WebPageMaterializingFunction<org.openqa.selenium.WebDriver,​com.kazurayam.inspectus.materialize.discovery.Target,​java.util.Map<java.lang.String,​java.lang.String>,​com.kazurayam.materialstore.core.Material> storeHTMLSource
      get HTML source of the target web page, pretty-print it, save it into the store
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      WebPageMaterializingFunctions​(com.kazurayam.materialstore.core.Store store, com.kazurayam.materialstore.core.JobName jobName, com.kazurayam.materialstore.core.JobTimestamp jobTimestamp)  
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • storeHTMLSource

        public WebPageMaterializingFunction<org.openqa.selenium.WebDriver,​com.kazurayam.inspectus.materialize.discovery.Target,​java.util.Map<java.lang.String,​java.lang.String>,​com.kazurayam.materialstore.core.Material> storeHTMLSource
        get HTML source of the target web page, pretty-print it, save it into the store
      • storeEntirePageScreenshot

        public WebPageMaterializingFunction<org.openqa.selenium.WebDriver,​com.kazurayam.inspectus.materialize.discovery.Target,​java.util.Map<java.lang.String,​java.lang.String>,​com.kazurayam.materialstore.core.Material> storeEntirePageScreenshot
    • コンストラクタの詳細

      • WebPageMaterializingFunctions

        public WebPageMaterializingFunctions​(com.kazurayam.materialstore.core.Store store,
                                             com.kazurayam.materialstore.core.JobName jobName,
                                             com.kazurayam.materialstore.core.JobTimestamp jobTimestamp)