title
The command to get the current page's title.
Syntax
py.title() -> strUsage
py.title()py.titleArguments
None
Yields
str - The
document.titleproperty of the current page
Examples
assert py.title() == "QA at the Point"Last updated