--load-extension=
as a an arg to launch. This is all about to change in 2.0 though that we are releasing this month
TimeoutError: frame.check: Timeout 3000ms exceeded.
=========================== logs ===========================
waiting for selector "#chkAgreement"
selector resolved to visible <input type="checkbox" id="chkAgreement" name="chkAgree…/>
attempting click action
waiting for element to be visible, enabled and not moving
element is visible, enabled and does not move
scrolling into view if needed
done scrolling
checking that element receives pointer events at (147.47,399.98)
<label for="chkAgreement">I agree, I have read and accept the terms and con…</label> intercepts pointer events
retrying click action, attempt #1
waiting for element to be visible, enabled and not moving
element is visible, enabled and does not move
scrolling into view if needed
its failing here:
await frame.check('#chkAgreement', { timeout: 3000 });