-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden Password Input #6
Comments
Is this StackOverflow Question helpful? Do we need to get it to wait? |
Based on the Stackoverflow post you linked, it sounds as though the page is relying on Javascript to update the input field? Perhaps try to login to Google Voice on a browser that has Javascript disabled to confirm that it is still possible? If Google Voice has changed and now requires Javascript, then it would likely require significant changes to GV4J to get it working again (as GV4J performs HTTPS requests and has no Javascript support). If you can login to Google Voice with Javascript disabled then the fixes to GV4J likely entail changing the names of input fields that are referenced. Let me know what you find (if you can log in w/o Javascript) and I'll try to help the best I can. |
@TurekBot any chance you can test if you can login to Google Voice with Javascript disabled? Disable Javascript (Chrome) |
Unfortunately |
When trying to log in, I'm getting a
Taking a quick peek at the source code, they seem (as you've advertised up front) to have changed things just a bit.
It seems like the code is no longer picking up the password input. It's looking for an
input
with the name ofPasswd
, but there is none. Hopefully you'll forgive the screenshot for the fact that I highlighted the important part.Is this a deal-breaker because it's hidden or can this be fixed?
The text was updated successfully, but these errors were encountered: