Hi,We are using Safari 5.1.7 with Selenium web driver 2.24.1. I have successfully created Safari Web Driver Extension and able to launch Safari. Script is also proceeding ahead with certain link clicks initially but at some point while entering any value in edit boxes or selecting radio button it stops with below exception. By the way I am using xpath to identify those objects and when I Inspect Element in Safari Xpath is correct. ( Same code works fine in other browsers ).driver.findElement(By.xpath("")).Click()Error communicating with the remote browser. It may have died. Build info: version: '2.24.1', revision: '17205', time: '2012-06-19 16:53:24' System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0_25' Driver info: driver.version: RemoteWebDriver Caused by: java.lang.IllegalStateException: Currently waiting on a command response
Thanks
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/mtJrw1rAK1MJ.--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
Just a correctiondriver.findElement(By.xpath("//input[@id='radiobutton']")).click()Thanks
On Fri, Jul 27, 2012 at 9:38 AM, Amar Gandhi <ama...@gmail.com> wrote:
Actually that was just for a reference actual line of code isdriver.findElement(By.xpath("input#radiobutton")).click()Thanks
On Friday, July 27, 2012 3:17:21 AM UTC-5, Greg wrote:It doesn't look like this is a xpath problem it looks like this is a selenium problem. What environment are you running in besides safari. Are you running headlessly? Also why is your xpath locator empty?
On Thursday, July 26, 2012 2:28:22 PM UTC-7, Amar Gandhi wrote:Hi,We are using Safari 5.1.7 with Selenium web driver 2.24.1. I have successfully created Safari Web Driver Extension and able to launch Safari. Script is also proceeding ahead with certain link clicks initially but at some point while entering any value in edit boxes or selecting radio button it stops with below exception. By the way I am using xpath to identify those objects and when I Inspect Element in Safari Xpath is correct. ( Same code works fine in other browsers ).driver.findElement(By.xpath("")).Click()Error communicating with the remote browser. It may have died. Build info: version: '2.24.1', revision: '17205', time: '2012-06-19 16:53:24' System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0_25' Driver info: driver.version: RemoteWebDriver Caused by: java.lang.IllegalStateException: Currently waiting on a command response
Thanks
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/mtJrw1rAK1MJ.
--
Thanks
Amar
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/w_IZ_J7GaIQJ.To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.