简体   繁体   English

Select 使用机器人框架的单选按钮不起作用

[英]Select Radio Button using Robot framework is not working

Select Radio Button    question2Answer    question2Answer

It is not correct, the system prompts the error message "Element not interactable: element has zero size"不正确,系统提示错误信息“Element not interactable: element has zero size”

enter image description here在此处输入图像描述

Most likely you need to wait until the element is ready.您很可能需要等到元素准备好。 That translates into using eg keyword Wait Until Element Is Enabled like so:这转化为使用例如关键字Wait Until Element Is Enabled ,如下所示:

Wait Until Element Is Enabled    name:question2Answer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM