wifi-sploit icon indicating copy to clipboard operation
wifi-sploit copied to clipboard

Input field read only

Open suhaylmv opened this issue 4 months ago • 1 comments

Combinations tested: 1/35
Page loaded successfully
Waiting for username input field to become visible...
Username input field found and visible
Error using Selenium: Message: Element is read-only: <input id="f_username" class="required" name="f_username" type="text">

As I understand, it's trying to access input fields when they're still have the read-only attribute. Maybe check if the element has this attribute before trying? Or add a small delay?

suhaylmv avatar Sep 29 '24 12:09 suhaylmv