- Issue created by @wylbur
- πΊπΈUnited States jumpsuitgreen
@Wylbur, in addition to this change, we need to make the engine field available so users can switch between Playwright and Puppeteer.
We need a way to allow users to select onReady and onBefore scripts to be used.
We are setting values for two items:
"onBeforeScript"
set one value "playwright/onBefore.js", "puppet/onBefore.js", or do not set
"onReadyScript"
set one value "playwright/onReady.js", "puppet/onReady.js", or do not set
We could do a text block for each, and provide good help text for the options.
OR
Checkboxes with the two options - I don't think there are other options.
Active
2.0
Code
@Wylbur, in addition to this change, we need to make the engine field available so users can switch between Playwright and Puppeteer.