The method `com.gargoylesoftware.htmlunit.html.HtmlPage.getTitleText()` is a Java method that belongs to the HtmlUnit library. It is used to retrieve the title text of a webpage represented by an instance of the `HtmlPage` class. The title text is the text that appears in the title element of an HTML page, typically displayed in the browser's title bar or tab. This method allows developers to easily access and manipulate the title text of a webpage when using the HtmlUnit library.
Java HtmlPage.getTitleText - 28 examples found. These are the top rated real world Java examples of com.gargoylesoftware.htmlunit.html.HtmlPage.getTitleText extracted from open source projects. You can rate examples to help us improve the quality of examples.