-
Notifications
You must be signed in to change notification settings - Fork 773
Add ability to type into a prompt #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds like a good suggestion. |
Should probably be named like "Input Text Into Prompt" to be consistent with "Input Text". |
Hey guys.. My problem is the following: Im fighting with this for like a several days ... |
@Kristina001 I do not think this will help for your situation unfortunately. This is for the JS method Window prompt. |
add keyword input_text_into_prompt ( example from boakley ) fixes issue robotframework#292 "Add ability to type into a prompt"
Add test for keyword Input Text Into Prompt Added new keyword Input Text Into Prompt Added new keyword Input Text Into Prompt (example from boakley). Fixes robotframework#292
add keyword input_text_into_prompt ( example from boakley ) fixes issue robotframework#292 "Add ability to type into a prompt"
Added new keyword Input Text Into Prompt (example from boakley). Fixes robotframework#292
When I do something like (Or you can just open Privet window) I get this. Does it look like an alert? If so then "Input Text Into Prompt" keyword doesn't work for Safari Technology Preview Release 33 (Safari 11.0, WebKit 12604.1.25.0.2) |
Please open a new issue or send mail to the Robot Framework user group. |
Is this issue solved? |
See #827 |
It's ok for type in first username textfield but how can i input on password field ? |
Please ask the question in the Robot Framework user group or open a new issue. First one is preferred. |
Hi above issue got solved?? please let me know i also facing similar kind of problem. |
Hi, Thanks, |
Yes , I am getting the same problem it is not an alert. |
See #292 (comment) and for support read https://github.com/robotframework/SeleniumLibrary/blob/master/README.rst#support |
Right now it is not possible to type into a javascript prompt -- the only options are to confirm or cancel an alert.
I would like support for a keyword like "Insert into prompt" that would type into a prompt.
I did a quick prototype on my mac, and it seemed pretty easy to implement:
The text was updated successfully, but these errors were encountered: