-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
I've been getting somewhat regular PRs to support newer versions of Chrome,
but I don't actively use it anymore myself. I'd be happy to check out a PR
if you'd like to submit a fix, however!
…On Tue, Dec 28, 2021, 3:05 PM dzg ***@***.***> wrote:
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 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: ''}
—
Reply to this email directly, view it on GitHub
<#38>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGHIFTQPBCIKTM3VRLMVYLUTIKB5ANCNFSM5K4WO73Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying this out again:
Gives
... and a Chrome window opens for a moment, but immediately closes.
Then finally:
The text was updated successfully, but these errors were encountered: