Interface Document


@JavaScript("document") public interface Document
The JavaScript document object and its methods
Author:
Lukas Fryc
  • Method Details

    • getReadyState

      String getReadyState()
    • getTitle

      String getTitle()
    • getElementsByTagName

      List<org.openqa.selenium.WebElement> getElementsByTagName(String tagName)