Initialize the reactor object.
init_reactor()
reactor object
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
Other reactor:
get_busy_time()
,
kill_app()
,
navigate_to_app()
,
reactor_path()
,
read_reactor()
,
reset_counter()
,
start_reactor()
,
wait_for_shiny()
init_reactor()#> reactor: #> application: ~ #> driver: ~