Re: [selenium-users] Can't call driver.get() with ChromeDriver

175 views
Skip to first unread message

Mark Collin

unread,
May 17, 2013, 4:00:47 AM5/17/13
to seleniu...@googlegroups.com
What error are you getting?

Do you have the latest version of chromedriver executable ?

On 16/05/2013 23:11, Morgan Wren wrote:
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? 
--
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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
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.
 
 

Tarun Kumar

unread,
May 20, 2013, 4:24:41 AM5/20/13
to seleniu...@googlegroups.com
a snapshot of error may help in debugging

On Friday, May 17, 2013 11:43:49 PM UTC+5:30, Morgan Wren wrote:
I do have the latest chromedriver executable, and I have added it to my PATH.

I get the following error:

Cannot resolve symbol 'get' error
It appears that I have everything imported to use .get, but it is failing. 
Reply all
Reply to author
Forward
0 new messages