-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
hi ,
i have an issue, i need to type text into a react text area. normal send_keys or input does not work, do you have a suggestion how I can enter a text with sb?
thanks
Tal
Beta Was this translation helpful? Give feedback.
All reactions
@tallevy22 Is it possible that there’s an iframe on that site and that the text area is inside? If so, you’ll need to enter the iframe first with switch_to_frame(). I would need to see an example to help. Maybe the selector you have chosen is incorrect.
Replies: 1 comment 1 reply
-
@tallevy22 Is it possible that there’s an iframe on that site and that the text area is inside? If so, you’ll need to enter the iframe first with switch_to_frame(). I would need to see an example to help. Maybe the selector you have chosen is incorrect.
Beta Was this translation helpful? Give feedback.
All reactions
-
yes you were correct , the selector I was trying to use was wrong, its not an iframe issue but the wrong selector.
thanks
Beta Was this translation helpful? Give feedback.