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

262
Views
how to resolve failed to create chrome process error in selenium-webdriver in JS
  • i am trying to automate test with selenium web driver with jest
  • chrome run as admin checkbox is also not checked in properties
beforeAll(async () => {
    
    driver =  await new webdriver.Builder()
    .forBrowser(webdriver.Browser.CHROME)
    .setChromeOptions(new chrome.Options().setChromeBinaryPath('C:\\Application\\'))
    .build();
    await driver.getSession().then(()=> {
      sessionId = session.id_;
    })
    await driver.get('http://localhost:3000')
  })

the error i am getting is

WebDriverError: unknown error: Failed to create a Chrome process. >>(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 10.0.18363 x86_64)
at Object.checkLegacyResponse (node_modules/selenium-webdriver/lib/error.js:558:15)

I need help on this i am new to selenium webdriver testing

about 4 years ago · Juan Pablo Isaza
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!