Class HtmlUtil

java.lang.Object
ca.uhn.fhir.test.utilities.HtmlUtil

public class HtmlUtil extends Object
  • Method Details

    • parseAsHtml

      public static com.gargoylesoftware.htmlunit.html.HtmlPage parseAsHtml(String theHtml) throws IOException
      Throws:
      IOException
    • parseAsHtml

      public static com.gargoylesoftware.htmlunit.html.HtmlPage parseAsHtml(String theHtml, URL theUrl) throws IOException
      Throws:
      IOException
    • waitForForm

      public static com.gargoylesoftware.htmlunit.html.HtmlForm waitForForm(com.gargoylesoftware.htmlunit.html.HtmlPage thePage, String theName)
    • waitForInput

      public static com.gargoylesoftware.htmlunit.html.HtmlInput waitForInput(com.gargoylesoftware.htmlunit.html.HtmlForm theForm, String theName)