when i run the code:
for i in elementsList:
action = ActionChains(driver)
action.key_down(Keys.CONTROL).click(i).key_up(Keys.CONTROL).perform()
it works (yes) & echo back this error:
[0125/121353.774: ERROR:gl_surface_egl.cc(668)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
the number "121353.774" is not const, it increases every round
what's wrong ?!