elgalu / docker-selenium

[NOT MAINTAINED] Please use <https://github.com/SeleniumHQ/docker-selenium>
https://github.com/SeleniumHQ/docker-selenium
Other
1.42k stars 334 forks source link

WebDriver .clear() does not clear the text in text input #333

Closed megolee closed 5 years ago

megolee commented 5 years ago

Operating System

Linux x86_64 GNU/Linux

Image version

Latest version

Docker version

Docker version 18.06.1-ce, build e68fc7a215d7133c34aa18e3b72b4a21fd0c6136

I have tried with the latest image version and older version with chrome 74, 73, 72, 71, 70, these version of chrome are not work when execute clear action.

With the chrome version under 70 like 69(image verion 3.14.0-p10) and 68, these do work with clear command.

diemol commented 5 years ago

Duplicate of https://github.com/SeleniumHQ/selenium/issues/6741 (summary, please use the Actions class)

megolee commented 5 years ago

@diemol But the same code, clear() command works fine in SauceLab with chrome above 70