Initialize the reactor object.

init_reactor()

Value

reactor object

Details

The reactor object is initialized with two emtpy slots that must be filled.

  • application: Specifications for the background process that will host the application

  • driver: Specifications for the webdriver that will interact with the application in the background process

See also

Examples

init_reactor()
#> reactor: #> application: ~ #> driver: ~