Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Sign InSign Up

Softans

Softans Logo Softans Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Share & grow the world's knowledge!

Softans is the largest, most trusted online community for developers to learn, share their programming knowledge, and build their careers.

Create A New Account
  • Recent Questions
  • Most Answered
  • Answers
  • Most Visited
  • Most Voted
  • No Answers

Softans | The World’s Largest Online Community for Developers

Softans Latest Questions

Anonymous
Anonymous
Asked: March 22, 2022

findElements(org.openqa.selenium.By)” because “this.driver” is null

java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.findElements(org.openqa.selenium.By)" because "this.driver" is null

driverjavanullnullpointerexceptionselenium
  • -2
  • 1 1 Answer
  • 503 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: January 19, 2022

The following error was thrown by a plugin. We stopped running your tests because a plugin crashed. Please check your plugins file

The following error was thrown by a plugin. We stopped running your tests because a plugin crashed. Please check your plugins file (D:\cucumber\cypress\plugins\index.js) CompositeParserException: Parser errors:Stack trace

cucumbercypress
  • 1
  • 1 1 Answer
  • 468 Views
  • 0 Followers
Answer
Max
Max
Asked: February 14, 2022

npm : The term ‘npm’ is not recognized as the name of a cmdlet, function, script file, or

npm : The term ‘npm’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try ...

installnpm
  • 0
  • 1 1 Answer
  • 447 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: November 3, 2021

It looks like this is your first time using Cypress: 8.7.0 Cypress verification timed out. This command failed with the following output:

It looks like this is your first time using Cypress: 8.7.0 Cypress verification timed out. This command failed with the following output: C:\Users\AppData\Local\Cypress\Cache\8.7.0\Cypress\Cypress.exe –smoke-test –ping=820

cypress failedcypress verification timed out
  • 1
  • 1 1 Answer
  • 423 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: November 8, 2021

The terminal process “C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe” terminated with exit code: 259.

powershell.exeterminated with exit code: 259the terminal process
  • 3
  • 1 1 Answer
  • 371 Views
  • 0 Followers
Answer
Ghulam Nabi
Ghulam Nabi
Asked: January 20, 2022

ESLint: ‘cy’ is not defined (Cypress)

I’ve just started using Cypress with my React Typescript project. I’ve gotten some simple tests to run: describe('settings page', () => { beforeEach(() => { cy.visit('http://localhost:3000') }); it('starts in a waiting state, with ...

cypresseslint: 'cy' is not defined
  • 1
  • 1 1 Answer
  • 343 Views
  • 0 Followers
Answer
Luqman
Luqman
Asked: March 16, 2022

I am getting this error io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config.WebDriverManagerException: java.net.UnknownHostException: chromedriver.storage.googleapis.com

io.github.bonigarcia.wdm.config.WebDriverManagerException: io.github.bonigarcia.wdm.config.WebDriverManagerException: java.net.UnknownHostException: chromedriver.storage.googleapis.com at io.github.bonigarcia.wdm.WebDriverManager.handleException(WebDriverManager.java:1277) at io.github.bonigarcia.wdm.WebDriverManager.manage(WebDriverManager.java:1060) at io.github.bonigarcia.wdm.WebDriverManager.fallback(WebDriverManager.java:1293) at io.github.bonigarcia.wdm.WebDriverManager.handleException(WebDriverManager.java:1274) at io.github.bonigarcia.wdm.WebDriverManager.manage(WebDriverManager.java:1060) at io.github.bonigarcia.wdm.WebDriverManager.handleException(WebDriverManager.java:1267) at io.github.bonigarcia.wdm.WebDriverManager.manage(WebDriverManager.java:1060) at io.github.bonigarcia.wdm.WebDriverManager.setup(WebDriverManager.java:393) at Test_Scenarios.LoginPageScenarios.beforetest(LoginPageScenarios.java:22) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133) at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:62) at org.testng.internal.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:385) at org.testng.internal.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:321) at org.testng.TestRunner.invokeTestConfigurations(TestRunner.java:637) at org.testng.TestRunner.beforeRun(TestRunner.java:627) at org.testng.TestRunner.run(TestRunner.java:589) at org.testng.SuiteRunner.runTest(SuiteRunner.java:377) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332) at org.testng.SuiteRunner.run(SuiteRunner.java:276) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212) at org.testng.TestNG.runSuitesLocally(TestNG.java:1134) at org.testng.TestNG.runSuites(TestNG.java:1063) at org.testng.TestNG.run(TestNG.java:1031) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77) Caused by: io.github.bonigarcia.wdm.config.WebDriverManagerException: ...

chromedriverexceptionwebdrivermanager
  • 0
  • 1 1 Answer
  • 340 Views
  • 0 Followers
Answer
Load More Questions

Sidebar

Ask A Question
  • Popular
  • Answers
  • Ghulam Nabi

    Why are the British confused about us calling bread rolls ...

    • 5 Answers
  • Ghulam Nabi

    Is this statement, “i see him last night” can be ...

    • 4 Answers
  • Alex

    application has failed to start because no appropriate graphics hardware ...

    • 4 Answers
  • Ghulam Nabi
    Ghulam Nabi added an answer It seems like you're encountering a problem with your SQL… February 6, 2023 at 6:13 am
  • Ghulam Nabi
    Ghulam Nabi added an answer To add code coverage to a React project created without… February 3, 2023 at 7:01 am
  • Ghulam Nabi
    Ghulam Nabi added an answer You could try using the NetworkBoundResource architecture pattern. The idea… February 3, 2023 at 6:53 am

Trending Tags

android c++ cypress flutter java javascript python selenium testng webdriver

Top Members

Robert

Robert

  • 3 Questions
  • 1k Points
Luci

Luci

  • 5 Questions
  • 1k Points
Kevin O Brien

Kevin O Brien

  • 2 Questions
  • 1k Points

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Softans

Softans is a social questions & Answers Engine which will help you establish your community and connect with other people.

About Us

  • Blog
  • Jobs
  • About Us
  • Meet The Team
  • Contact Us

Legal Stuff

Help

Follow

© 2021 Softans. All Rights Reserved
With Love by Softans.