I am practicing automation, and found inspiration from this UiPath Challenge to search for the CEO name by its company name.
For practice, I decided to google the company name, then access the first result of Google (and then go to the process to get the CEO name later). I noticed it is much more faster if I accessed it from I’m Feeling Lucky than google it then click the first result.
The problem is, I can’t get to access I’m Feeling Lucky. This I tried:
(Type Into Activity) Type into the address bar “htpps://www.google.co.jp/search?btnI=&q=company-name&source+hp” (yes, I am using Google Japan but i think that’s not a problem).
A bit correction, “htpps://www.google.co.jp/search?btnI=Im+Feeling+Lucky&q=company-name&source+hp”
(Both failed, so I tried using Windows Shortcut)
(Type Into Activity) Type keyword into address bar, then Shift Enter. Something like “company name[k(shift)][k(enter)]”. Failed. Seems like it doesn’t work if the keyword contains any space. Wanted to try entering keyword with quotes (“”) but in UiPath Studio it makes the text loses it’s “”.
Any idea to do this?
*UPDATE: I want to do this possibly not by clicking “I’m Feeling Lucky” Button but by URL or any shortcuts.
Thank you @Lucas.Pimenta for you continuous response, I greatly appreciate it!
I forgot to mention the most important part, that for practice reasons I want to try accessing URL not by any click but by shortcuts, where address bar is accessible via shortcuts (and I’m a bit paranoid I constantly feel shortcuts are far better than clicks if possible).
Any idea to do this not by I’m Feeling Lucky button click?