Select Radio Button question2Answer question2Answer不正确,系统提示"Element not interactable: element has zero size“
发布于 2020-06-17 22:39:28
最有可能的情况是,您需要等待元素准备就绪。这可以转化为使用关键字Wait Until Element Is Enabled,例如:
Wait Until Element Is Enabled name:question2Answerhttps://stackoverflow.com/questions/62431327
复制相似问题