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:"