This has been asked previously but I have not been able to reproduce any of the methods successfully when trying to get the Chrome downloads path from the Settings > Downloads tab (chrome://settings/downloads
) in Chrome.
-
I tried using an Inject JS Script activity to select the element with Javascript but it will not allow injection to body of any
chrome://
pages (<webctrl tag='body' />
). Is this generally blocked? -
I also tried selecting the element with Get Text or Get Attribute activities but I can’t seem to reliably target the element from the shadow root with the UI Explorer or a Selector Editor.
Can anyone help shed some light on whether this is possible at all or if I should forget about it?
Also, are there other means to reliably get the user download path from Chrome?