Anjiba
April 22, 2021, 11:16pm
1
I am typing in a search field in a browser and I then need to press enter. I used to use the Hotkey for enter to do this - it’s now not working. I am using a 2019 version of the studio but I would like to believe this is not why I’m having problems.
The code doesn’t error out, instead it wipes out what was typed in - in the step before.
Any help will be appreciated.
Anjiba.
ppr
(Peter)
April 22, 2021, 11:32pm
2
give a try on combining entering text and enter like below:
@Anjiba ,
U could click a button which will be next to text field after typing completes.
Cheers,
Pankaj
Anjiba
April 23, 2021, 6:20am
4
Still have a problem - I really can’t understand why the hot key won’t take. I navigate a software safely using the tab and enter buttons.
Anjiba
April 23, 2021, 7:16am
5
so I’m using a variable truing it to string first. So what would be the syntax ? X.ToString+[k(enter)] ? X.ToString[k/(enter)] ?
Anjiba
April 23, 2021, 7:17am
6
This however will not push the search. What would have been typed will remain static on the browser.
ppr
(Peter)
April 23, 2021, 7:58am
7
give a try on
X.ToString & “[k(enter)]”
@Anjiba ,
Can u please share screenshot of page in which u want to search ?
Cheers,
Pankaj
Anjiba
April 23, 2021, 2:16pm
9
this erases what Has just been typed. Thanks.
Anjiba
April 23, 2021, 2:16pm
10
it’s a work item - unfortunately, i can’t share the screen.
ppr
(Peter)
April 23, 2021, 2:24pm
11
is there any autocomplete configured to this field? If yes then the enter maybe select no value suggestion from autocomplete
Anjiba
April 23, 2021, 3:01pm
12
When i fill up the report i want to run and use the enter hot key or “[k/(enter)]” - it deletes the content instead of going to search for the report
ppr
(Peter)
April 23, 2021, 5:21pm
13
Anjiba:
[k/(enter)]
hope this was a copy paste typo as we do need [ instead of /
The question on field existing field functionalities e.g. autosuggest remains still open
Did you check if you have ticked click before typing and simulate typing in properties of Type into?
Anjiba
April 28, 2021, 11:12pm
15
Thank you all. I used a combination of your suggestions and now I no longer have an issue with that section of the code.