Hi,
I am trying to get the path of the download folder from Chrome settings.
But whenever I select the address bar of the file dialog and use the “Copy Selected Text” activity or send Hotkey (Ctrl + c), the selection gets changed to somewhere else.
Can anyone give me and workaround for this?
Thanks in advance.
I see…it is hard to get reliable selectors in this area but you could try it this way:
Type into Chrome bar: chrome://settings/downloads/
Use this selector with “Get Text” activity: <wnd app='chrome.exe' cls='Chrome_WidgetWin_1' title='Settings - Google Chrome' /> <ctrl name='Settings' role='document' /> <ctrl name='C:\*' role='text' />
(could be that you need to change some values if you are using another language)
Pay attention that this selector expects that the download file path starts with "C:"