How to overcome virtual keyboard with uc properties? #3197
-
def click_shift(sb): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you're seeing |
Beta Was this translation helpful? Give feedback.
If you're seeing
ElementClickInterceptedException
, then usejs_click(css_selector)
.You might also be able to use
PyAutoGUI
for interaction.