#Class: Journal
Journal.Journal
#Constructors
#constructor
• new Journal()
#Methods
#containsText
▸ containsText(text
, author?
): boolean
#Parameters
Name | Type |
---|---|
text |
string |
author? |
null | string |
#Returns
boolean
#waitForText
▸ waitForText(text
, author?
, timeout?
): boolean
#Parameters
Name | Type |
---|---|
text |
string |
author? |
null | string |
timeout? |
number |
#Returns
boolean
#clear
▸ clear(): void
#Returns
void