Skip to content
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

Error: No node found for selector: input[name="username"] #151

Open
OakandRocks opened this issue Jun 7, 2023 · 4 comments
Open

Error: No node found for selector: input[name="username"] #151

OakandRocks opened this issue Jun 7, 2023 · 4 comments

Comments

@OakandRocks
Copy link

OakandRocks commented Jun 7, 2023

Error: No node found for selector: input[name="username"]
at assert (/app/instauto/node_modules/puppeteer/lib/helper.js:270:11)
at DOMWorld.type (/app/instauto/node_modules/puppeteer/lib/DOMWorld.js:433:5)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Instauto (/app/instauto/src/index.js:1031:5)
at async /app/instauto/example.js:103:22
-- ASYNC --
at Frame. (/app/instauto/node_modules/puppeteer/lib/helper.js:111:15)
at Page.type (/app/instauto/node_modules/puppeteer/lib/Page.js:1070:29)
at Instauto (/app/instauto/src/index.js:1031:16)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /app/instauto/example.js:103:22
Closing browser

@OakandRocks OakandRocks changed the title Cannot autolaunch D-Bus without X11 $DISPLAY Error: No node found for selector: input[name="username"] Jun 7, 2023
@OakandRocks
Copy link
Author

Triple checked user:pass

@OakandRocks
Copy link
Author

Issue also happens when dryrun is true

@OakandRocks
Copy link
Author

Running on Debian 10

@divyesh-puri
Copy link

@OakandRocks Can you check if user-agent used is of mobile? If thats the case then I think there is a change in text of "Log In" to "Log in" which is causing this issue. In codebase you can try search Login form button and change containsText's text to "Log in"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants