Global Send Keys Space issue

RsBhargav

Member
Hi All,

I'm having a scenario where i'm trying to pass some text containing spaces like "hello world" using global send keys in navigate stage. But while typing it is not giving space i.e., "helloworld". Has anyone faced this before? If so please share your views?


Thanks,
Bhargav.
 

sahil_raina_91

Active Member
Hi All,

I'm having a scenario where i'm trying to pass some text containing spaces like "hello world" using global send keys in navigate stage. But while typing it is not giving space i.e., "helloworld". Has anyone faced this before? If so please share your views?


Thanks,
Bhargav.

Does the field allow you to manually type "hello world"
Have you tried using Global Send Keys & Global Send Keys Event
Have you tried sending in a different format 1. "hello" > 2. " " > 3. "world"
 

RsBhargav

Member
Hi Sahil,

Thank you for the response.
It looks like issue with the application itself. It is a browser based silverlight application and not accepting spaces while typing also in those text boxes.
 
Top