foxshot
foxshot copied to clipboard
Plugin custom script
A nice tool, a great example on how to commit to automation of the browser.
I was wondering if it would be possible to pass a custom script to load after the first sleep or in the middle of the "runTest" function.
Yes, it's actually quite simple:
await driver.executeScript( <<INSERT JAVASCRIPT HERE>> );