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
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
We able write in input string that contain characters more than "maxlength" permit.
For example: we have "input" with "maxlength=30"
(<input type="text" maxlength="30">) and if we execute
.sendKeys("This is more than 30 characters length string") after that we get full string
within input.
In Firefox or Chrome driver is not able write characters more than "maxlength"(input
will contain: "This is more than 30 character").
Selenium version:2.43.1
OS:Mac OS X Yosemite
Browser:Safari
Browser version:8
Reported by semernikov.ivan on 2015-01-09 11:14:07
The text was updated successfully, but these errors were encountered:
Originally reported on Google Code with ID 8369
Reported by
semernikov.ivan
on 2015-01-09 11:14:07The text was updated successfully, but these errors were encountered: