I try to do some web automation with Selenium.
My program was working good until I upgrade my packages - Now the send_keys()
don't work on linux but it do well on Windows with the same versions.
I tried to 1 click()
, 2 clear()
, 3 send_keys()
- copy/pasting, etc...
But none of these make the javascript input saving my send_keys(string)
. It do send the keys, but after he goes to next action, string has gone... And there's no error in console neither in logs.
I also tried with selenium 4.1.3 but it don't change anything...
It work perfectly under windows with/out headless, but it has stop working on Debian 11 Rolling after an update...
Please give me hint it's very important !!
Selenium version 3.141.0
Chrome version 100.0.4896.88-1
Python version 3.9.12
Kernel version 5.16.0