You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: