name: 1Password disable must run after every DOM change description: Run 1PW disable script after every navigation AND after every form step change in multi-step forms like Workday type: feedback ---

Run the 1Password disable script after EVERY page navigation AND after every form step change in multi-step ATS forms (Workday, SuccessFactors, etc.). Not just once at the start.

Why: Workday rebuilds the DOM at each step of a 6-step application. The data-1p-ignore attributes are lost when new input elements are created. 1Password then intercepts the new fields, causing a CDP crash ("Target page, context or browser has been closed").

How to apply: After every browsernavigate, browserclick on a "Next"/"Continue" button, or any action that changes the form step: 1. Wait for the new step to render (browserwaitfor) 2. Run the 1PW disable script immediately 3. Only then interact with any input fields