File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 100100 // - The password input's `id` is only `current-password` after the field has focus;
101101 // before focus, there's a decoy input with `autocomplete="off"`. The
102102 // form anchor uses only the persistent email input for that reason.
103- "container" : [" form:has(input#email)" ],
103+ "container" : [" form[id^='flt-semantic-node-'] :has(input#email)" ],
104104 "fields" : {
105- "username" : [" input#email" ],
106- "password" : [" input#current-password" ]
105+ "username" : [" form[id^='flt-semantic-node-'] input#email" ],
106+ "password" : [" form[id^='flt-semantic-node-'] input#current-password" ]
107107 },
108108 "actions" : {
109109 "submit" : [
110- " form:has(input#email) flt-semantics[role='button'][flt-semantics-identifier='null_Button_Default_Title']"
110+ " form[id^='flt-semantic-node-'] :has(input#email) flt-semantics[role='button'][flt-semantics-identifier='null_Button_Default_Title']"
111111 ]
112112 }
113113 }
You can’t perform that action at this time.
0 commit comments