The interface Seleniumand DefaultSeleniumbelong to Selenium 1 and are deprecated. Selenium switched to Selenium 2 (WebDriver), and for this reason, these warning messages are displayed to encourage users to stop using the old Selenium 1 code and start using Selenium 2 (WebDriver) code.
: IDE (Eclipse) Java.
, Selenium 2 (WebDriver). WebDriver - , Selenium 2 drivers.
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
, . RemoteWebDriver/HtmlUnitDriver/FireFoxDriver/ChromeDriver/IEDriverServer .. import Java.
Selenium selenium = new DefaultSelenium();
WebDriver driver = new TheSpecificDriver();