SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

selenium.click("link=example") doesn't work when selenium is a WebDriverBackedSelenium object #1832

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 1832

What steps will reproduce the problem?
1. Create selenium instance of type WebDriverBackedSelenium
2. Attempt to click on a link in this way -- selenium.click("link=example");

What is the expected output? What do you see instead?
The expected output is it should click the link and navigate to that page. I am seeing
the following message:

Exception --> Unrecognised locator type: 'link' (WARNING: The server did not provide
any stacktrace information)
System info: os.namehttp://os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.6.7',
java.version: '1.6.0_24'
Driver info: driver.version: RemoteWebDriver

What version of the product are you using? On what operating system?
Selenium2 on Mac OSX

Please provide any additional information below.

Reported by jsanchez011 on 2011-06-14 02:50:39

lukeis commented 8 years ago

Reported by barancev on 2011-10-12 21:31:46

lukeis commented 8 years ago
This is a duplicate of issue #1431.

Reported by gaphor on 2011-10-13 07:43:41

lukeis commented 8 years ago
Thanks!

Reported by barancev on 2011-10-13 07:47:59

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:13:02