Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

513
Views
"ERROR webdriver: Request failed with status 404 due to invalid session id: invalid sessio"

I am using webdriver.io for automation testing but i am getting error ERROR webdriver: Request failed with status 404 due to invalid session id: invalid session" and this is my code

    describe("Main Page",()=>{
    it("Verify List Items",()=>{
        browser.url("/");
        browser.pause(5000)

        const listExamples = $$("//div[@id='content']//ul/li");//> Double dollar to find all the elements
        expect (listExamples).toBeElementsArrayOfSize(45);
        
        console.log(listExamples);
    })
})
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

I found the answer actually from 14/04/2021 sync mode will not be supported anymore starting from Node.js v16 due to changes in Chromium. So I just used async and error was solved.

about 4 years ago · Juan Pablo Isaza Report

0

On WebdriverIO official site, I see that it has the guideline about "How to enable/disable sync mode". Please take a look on this: https://webdriver.io/docs/sync-vs-async#async-mode

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!