Skip to content
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

Problems submitting '@' symbol over "Send word" #17

Open
alex-escalante-dis opened this issue Nov 12, 2020 · 6 comments
Open

Problems submitting '@' symbol over "Send word" #17

alex-escalante-dis opened this issue Nov 12, 2020 · 6 comments

Comments

@alex-escalante-dis
Copy link

I'm currently seeing an issue with the @ symbol, regardless of which version of the framework, through "Send word" in RobotFramework (but again, also effects the other platforms that can be used). If I use the string "[email protected]", it'll type the word "something" on screen, then skip to the next operation.

@arjunbelurmanjunatha
Copy link

I see the same issue, I am using Roku JavaScript Library.

@hassankaz
Copy link

I'm having the same issue with RobotFramework. Is there any workaround for this? I assume inputting email address would be one of the common use case. I really appreciate any help. Thank you!!

@alex-escalante-dis
Copy link
Author

I'm having the same issue with RobotFramework. Is there any workaround for this? I assume inputting email address would be one of the common use case. I really appreciate any help. Thank you!!

The only workaround that worked for me was to simply guide the cursor to the @ symbol, then continue with send word. Not the best, but it works. Still, would love to see this bug fixed and send as a single word command.

@hassankaz
Copy link

I'm having the same issue with RobotFramework. Is there any workaround for this? I assume inputting email address would be one of the common use case. I really appreciate any help. Thank you!!

The only workaround that worked for me was to simply guide the cursor to the @ symbol, then continue with send word. Not the best, but it works. Still, would love to see this bug fixed and send as a single word command.

Thank you, I will try that. Yes, totally agree that this needs to be fixed!

@hassankaz
Copy link

Hello again!

The issue below might be related to the above limitation so I'm going to post it here.
I'm trying to use a date object I declared in Variables as the following;

${d}= Get Current Date result_format=epoch

Then with 'Send word', e.g,

Send word ${d}

but it doesn't work. Does anyone have experience trying something similar?

best,
kazue

@hassankaz
Copy link

Hello again!

The issue below might be related to the above limitation so I'm going to post it here.
I'm trying to use a date object I declared in Variables as the following;

${d}= Get Current Date result_format=epoch

Then with 'Send word', e.g,

Send word ${d}

but it doesn't work. Does anyone have experience trying something similar?

best,
kazue

It works if we set result_format like the following, and not 'epoch', which is float and it turned out 'send word' doesn't take float.

${current}= Get Current Date result_format=%m%d%H%M%S
Send word ${current}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants