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

后端 未结 0 1446
庸人自扰
庸人自扰 2021-02-07 17:46

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:          


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