JonnyBr Posted September 28, 2022 Share Posted September 28, 2022 Hello all, How can I type a ?(Question mark) on linux terminal ? When I use Send("abcdefghijklmnopqrstuvxz?123456789") I can see "abcdefghijklmnopqrstuvxz" being typing and erasing and then "123456789" is typing. This only happens on linux terminal. If I use the same command on notepad, "abcdefghijklmnopqrstuvxz?123456789" is typed. I have already tried: Send("abcdefghijklmnopqrstuvxz{?}123456789") Send("abcdefghijklmnopqrstuvxz{?}123456789",1) Send("abcdefghijklmnopqrstuvxz?123456789",1) but nothing works... Link to comment Share on other sites More sharing options...
Danp2 Posted September 28, 2022 Share Posted September 28, 2022 3 minutes ago, JonnyBr said: I can see "abcdefghijklmnopqrstuvxz" being typing and erasing and then "123456789" is typing. Do you get the same behavior in the linux terminal if you manually type or paste the characters? Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
JonnyBr Posted October 1, 2022 Author Share Posted October 1, 2022 Typing "?" is working fine.. The issue is when the script sending the character Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now