Uses of Class
jp.vmi.selenium.selenese.log.PageInformation
-
Packages that use PageInformation Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.log -
-
Uses of PageInformation in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return PageInformation Modifier and Type Method Description PageInformationContext. getLatestPageInformation()Get latest page information.PageInformationNullContext. getLatestPageInformation()PageInformationRunner. getLatestPageInformation()Methods in jp.vmi.selenium.selenese with parameters of type PageInformation Modifier and Type Method Description voidContext. setLatestPageInformation(PageInformation pageInformation)Set latest page information.voidNullContext. setLatestPageInformation(PageInformation pageInformation)voidRunner. setLatestPageInformation(PageInformation pageInformation) -
Uses of PageInformation in jp.vmi.selenium.selenese.log
Fields in jp.vmi.selenium.selenese.log declared as PageInformation Modifier and Type Field Description static PageInformationPageInformation. EMPTYMethods in jp.vmi.selenium.selenese.log that return PageInformation Modifier and Type Method Description static PageInformationPageInformation. newInstance(Context context)Methods in jp.vmi.selenium.selenese.log with parameters of type PageInformation Modifier and Type Method Description StringPageInformation. getFirstMessage(PageInformation prevInfo, String indent, String... prefixes)booleanPageInformation. isSameOrigin(PageInformation other)
-