Get Download folder of Chrome

Hi @Rounak_Kumar

I see…it is hard to get reliable selectors in this area but you could try it this way:

  1. Type into Chrome bar: chrome://settings/downloads/
  2. 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:"

2 Likes