Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97799

Python selenium ActionChains

$
0
0

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 ?!


Viewing all articles
Browse latest Browse all 97799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>