1. Clone repo
2. Run the test script locally to make sure it works.
It will open a local browser and navigate to this automation testing page, then fill out the form with hard-coded data.3. Launch the Chrome container
4. Connect the test script to the container
Comment out this line:testscript.py
testscript.py
Next Steps
You can now modify the test script however you want, or add Finic to an existing web automation project by usingplaywright.connect_over_cdp()
or puppeteer.connect()