

In the next screen leave the Create project from template checkbox cleared and click Next Creating The ProjectĪt startup IntelliJ will prompt you for basic actions-you can choose Create New Project right from the opening screen.įor this example choose the simple Java project with none of the additional library options selected and click Next. Starting IntelliJ the first time will prompt you for various defaults (locations, keyboard mappings, etc.). Installing IntelliJ is a matter of following instructions for the version you’ve downloaded.
INSTALL INTELLIJ FOR JAVA IN MAC WINDOWS 10
This article will use the Community variant on Windows 10 All variants are available for download from IntelliJ’s homepage. Both releases are available on the Mac, Linux, and Windows platforms. IntelliJ IDEA comes in two releases: Ultimate, a commercial product that supports a wide range of development scenarios, and Community, a free version for Java Virtual Machine and Android development. If you need advice, as of this writing, use Java 8 Windows x84. We’ll skip walking through Java installation in this article since it will vary based on the version you select. There are also different versions for Enterprise, SE, and other Java JRE/JDKs. WebDriver’s Java bindings require only the Java Runtime Environment (JRE), but you’ll be fine if you have either the Java Development Kit (JDK) or JRE installed. Naturally WebDriver’s Java bindings require a version of Java to be on the system you’re running your tests from.

A Dependency Manager - examples will be in Maven.To create and run WebDriver tests in Java using IntelliJ you’ll need the following components:
INSTALL INTELLIJ FOR JAVA IN MAC HOW TO
In this article, we’ll show you how to install it on windows, add all the selenium dependencies, and make a simple Java project that drives a test browser.įor an overview of how WebDriver works, please see the section “WebDriver Overview” in the related article “ Getting Started with Webdriver/Selenium for Java in Eclipse. IntelliJ is a popular, widely used Java Integrated Development Environment (IDE) made by JetBrains.
