# Test

::: warning
The testing API is not yet stable.
:::

### loadPage

 - Type: `(url: string) => void`
 
Load a page in the currently active tab via selenium.

### say

 - Type: `(phrase: string) => void`
 
### sleep

 - Type

### driver

 - Type:
 
The selenium driver.

### Key

 - Type:
 
### By

 - Type:

### until

 - Type:
 
### assert

 - Type: `{ notEqual: t.not, equal: t.is, true: t.true }`