Morgan Wren
2013-05-16 22:11:14 UTC
I have no idea why I'm getting this error, and I am thinking that I
overlooked something very simple.
My (simple, java) Code:
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class joinGame2 {
WebDriver driver = new ChromeDriver();
driver.get("http://www.google.com");
}
I am unable to call .get - I get a Cannot resolve symbol 'get' error (Java)
Anybody had recent issues with ChromeDriver?
overlooked something very simple.
My (simple, java) Code:
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class joinGame2 {
WebDriver driver = new ChromeDriver();
driver.get("http://www.google.com");
}
I am unable to call .get - I get a Cannot resolve symbol 'get' error (Java)
Anybody had recent issues with ChromeDriver?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/aecd573f-59ab-48c1-bb82-e0a4006553f4%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/aecd573f-59ab-48c1-bb82-e0a4006553f4%40googlegroups.com?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.