Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag name are uppercase #102

Open
whhone opened this issue Mar 21, 2014 · 1 comment
Open

Tag name are uppercase #102

whhone opened this issue Mar 21, 2014 · 1 comment

Comments

@whhone
Copy link

whhone commented Mar 21, 2014

Let's take a look at php-webdriver/php-webdriver#134

Technically speaking, OperaDriver returns the tag name in uppercase when it receives the command /session/:sessionId/element/:id/name. This is not consistent to ChromeDriver or the FirefoxDriver. It could makes test case less reusable.

Any plan to make it lowercase? Is it a wontfix?

@ychab
Copy link

ychab commented Sep 4, 2014

Up this issue. Indeed, JsonWireProtocol clearly says that the command /session/:sessionId/element/:id/name must returns

The element's tag name, as a lowercase string

See https://code.google.com/p/selenium/wiki/JsonWireProtocol#/session/:sessionId/element/:id/name

Still no fix planned ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants