Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleChromeDriver

Note: You should keep ChromeDriver running until the build is finished.

Cannot find symbol class Module:

if you got this error, you can try following solutions:

  1. Make sure to set the language as the following screen shot (The class Module is only available starting from Java 9+) 
    Image Added
  2. Clean & rebuild the project
  3. Try invalidating the IntelliJ cache and restarting the IDE, using File > Invalidate caches/ restart

  4. Delete the .idea  & .gradle project and rebuild or reimport the project