taskkill /F /IM geckodriver.exe
(https://stackoverflow.com/questions/40702478/how-to-kill-many-geckodriver-exe-processes/40704072#40704072)
Open Firefox
Navigate to 'localhost:4200'
{{username}} = 'admin'
{{password}} = '12345'
Type {{username}} into 'input[name=username]'
Type '{{password}}[enter]' into 'input[name=password]'
--debug
option help here? It wants a hash but I don't know what to do with that.
Open Firefox
Navigate to 'localhost:4200'
..
{{username}} = 'admin'
{{password}} = '12345'
Type {{username}} into 'input[name=username]'
Type '{{password}}[enter]' into 'input[name=password]'
..
or indents into the REPL directly...only single-line commands
.load
it just regurgitates a bunch of previously-typed-in lines directly into the REPL, and that doesn't always work
browser.driver
* Type {{text}} into alert {
await browser.driver.switchTo().alert().sendKeys(text);
}