getCommandHistory
Returns a list of previous called commands + their arguments and execution timestamp.
Usage
1 | browser.getCommandHistory(); |
Example
1 | client |
Returns
- <Object[]>: list of recent called commands + their arguments
Returns a list of previous called commands + their arguments and execution timestamp.
1 | browser.getCommandHistory(); |
1 | client |