You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
OakandRocks
changed the title
Cannot autolaunch D-Bus without X11 $DISPLAY
Error: No node found for selector: input[name="username"]
Jun 7, 2023
@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"
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
The text was updated successfully, but these errors were encountered: