Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Show your Grid console configuration and webdriver log when you starting new
chrome session and chrome driver log.
Original comment by hayo...@gmail.com
on 2 Jun 2012 at 9:55
This is the chrome driver log when i started manually and try run the testcases
[0.351][INFO]: ChromeDriver 20.0.1133.0 C:\Documents and
Settings\chelladurai_a\My
Documents\Downloads\chromedriver_win_20.0.1133.0\chromedriver.exe
Original comment by chelladu...@photoninfotech.net
on 4 Jun 2012 at 6:22
sample php Webdriver code i used is the following code
$this->webdriver = new WebDriver("localhost", 4444);
$this->webdriver->connect(googlechrome);
Original comment by chelladu...@photoninfotech.net
on 4 Jun 2012 at 9:19
Hi
Am using Selenium webdriver and the chrome driver only am not using the
selenium grid.
Is it possible to run the test in chrome browser.
Regards
chelladurai
Original comment by chelladu...@photoninfotech.net
on 21 Jun 2012 at 5:02
Yes, but the connection string is incorrect. It should be
$this->webdriver->connect("chrome");
and we're also assuming you have ChromeDriver configured properly when starting
Selenium server/Grid or that you have it in the system path.
it works fine for me with the above recommendations. I use Selenium 2.28,
Chrome 27, don't know which version of ChromeDriver but not the latest.
Original comment by manga...@gmail.com
on 9 Jun 2013 at 7:56
Original issue reported on code.google.com by
chelladu...@photoninfotech.net
on 25 May 2012 at 2:22