wifi-sploit
wifi-sploit copied to clipboard
Input field read only
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?