Reputation: 11
Select Radio Button question2Answer question2Answer
It is not correct, the system prompts the error message "Element not interactable: element has zero size"
Upvotes: 1
Views: 292
Reputation: 8362
Most likely you need to wait until the element is ready. That translates into using e.g. keyword Wait Until Element Is Enabled
like so:
Wait Until Element Is Enabled name:question2Answer
Upvotes: 1