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

Is this still alive? #38

Open
dzg opened this issue Dec 28, 2021 · 1 comment
Open

Is this still alive? #38

dzg opened this issue Dec 28, 2021 · 1 comment

Comments

@dzg
Copy link

dzg commented Dec 28, 2021

Trying this out again:

require('pepper-mint')(user, pass)

Gives

Promise {
 <pending>,
 mint: PepperMint {
   _events: [Object: null prototype] {},
   _eventsCount: 0,
   _maxListeners: undefined,
   net: RequestNetService {
     jar: [RequestJar],
     request: [Function],
     requestId: 42
   },
   auth: DeferredAuth {},
   clock: Clock {},
   cache: Cache { cache: {} },
   intuitApiKey: '..........',
   [Symbol(kCapture)]: false
 },
 [Symbol(async_id_symbol)]: 31016,
 [Symbol(trigger_async_id_symbol)]: 5,
 [Symbol(destroyed)]: { destroyed: false }
}

... and a Chrome window opens for a moment, but immediately closes.

Then finally:

> Uncaught WebDriverError: element not interactable
 (Session info: chrome=96.0.4664.110)
 (Driver info: chromedriver=95.0.4638.54 (d31a821ec901f68d0d34ccdbaea45b4c86ce543e-refs/branch-heads/4638@{#871}),platform=Mac OS X 10.15.7 x86_64)
   at Object.checkLegacyResponse (/Users/zeev/node_modules/selenium-webdriver/lib/error.js:546:15)
   at parseHttpResponse (/Users/zeev/node_modules/selenium-webdriver/lib/http.js:509:13)
   at /Users/zeev/node_modules/selenium-webdriver/lib/http.js:441:30
   at runMicrotasks (<anonymous>)
   at processTicksAndRejections (node:internal/process/task_queues:96:5)
From: Task: WebElement.sendKeys()
   at Driver.schedule (/Users/zeev/node_modules/selenium-webdriver/lib/webdriver.js:807:17)
   at WebElementPromise.schedule_ (/Users/zeev/node_modules/selenium-webdriver/lib/webdriver.js:2010:25)
   at WebElementPromise.sendKeys (/Users/zeev/node_modules/selenium-webdriver/lib/webdriver.js:2174:19)
   at ChromedriverMintAuth.<anonymous> (/Users/zeev/node_modules/pepper-mint/dist/auth/chromedriver-auth.js:41:80)
   at Generator.next (<anonymous>)
   at fulfilled (/Users/zeev/node_modules/pepper-mint/dist/auth/chromedriver-auth.js:5:58)
   at runMicrotasks (<anonymous>)
   at processTicksAndRejections (node:internal/process/task_queues:96:5) {
 remoteStacktrace: ''
}
@dhleong
Copy link
Owner

dhleong commented Dec 28, 2021 via email

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