I'm trying to change some chrome setting, for example, mark in settings->downloads :"Ask where to save each file before downloading" as "Checked".
The problem, when i'm trying to do this with selenium, it doesn't find me the xPath i provided, but when i'm trying this xPath by myself, it's finding the right place (the right checkbox to mark). so my question, is it even possible? and if it is, how??
Thank you!
edit:
one more problem that I noticed, is when after chrome is installed, before the first use, it's doesn't have yet in the chrome settings directory in :C:\Users\%%\AppData\Local\Google\Chrome\User Data\ any default profile. only after the first use it's shown. my question is from where this default profile coming from? i want to configure it before the first use.