-
def click_chain seem to perform only clicks, can't figure out how to call custom ActionChains |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Apr 19, 2022
Replies: 1 comment
-
To perform a right-click / context-click, I would refer to this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To perform a right-click / context-click, I would refer to this:
https://stackoverflow.com/questions/20316864/how-to-perform-right-click-using-selenium-chromedriver/20316987#20316987
To access the
driver
in SeleniumBase, useself.driver
.