How to add custom functions to run in Selenium ActionChain/ActionBuilder?

后端 未结 0 787
走了就别回头了
走了就别回头了 2021-02-07 17:19

I used to be able run custom function by appending to the _actions variable in ActionChain like below.

action = ActionChain(driver)
action._action.append(lambda:          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题