Class FileContent

java.lang.Object
com.codeborne.selenide.impl.FileContent

public class FileContent extends Object
Read file content from classpath The point is in lazy loading: the content is loaded only on the first usage, and only once.
  • Constructor Details

    • FileContent

      public FileContent(String filePath)
  • Method Details

    • content

      public String content()