图像形式:
您好,我创建了一个chrome扩展程序,该扩展程序以具有2个输入框和一个登录按钮的形式注入jquery动作。因此,在表单输入框中输入文本后,必须输入回车键,否则用户应该手动输入文本。
我尝试将文本值注入到输入框中,然后单击“登录”,但是由于未触发表单中的反应侦听器,因此无法正常工作。
UI Input boxes
1. email input box
<input type="email" name="email" class="auth0-lock-input" placeholder="yours@example.com" autocomplete="off" autocapitalize="off" aria-label="Email" aria-invalid="false" value="" >
2. password input box
<input type="password" name="password" class="auth0-lock-input" autocomplete="off" autocapitalize="off" value="" aria-label="Password" aria-invalid="false" placeholder="your password" >
3. Login button
<button class="auth0-lock-submit" name="submit" type="submit" aria-label="Log In" style="background-color: rgb(51, 107, 155); display: block;">