Hi community,
I am trying to create an activity to change some configs in Firefox’s “about:config” before continuing my Workflow.
The issue is that I am unable with the graphic selector to select the search bar (“Search preference name”), it only select the window.
I tried to add a webctrl to with the following, without any success:
<wnd app='firefox.exe' cls='MozillaWindowClass' title='Advanced Preferences — Mozilla Firefox' />
<webctrl css-selector='input#about-config-search' />
<wnd app='firefox.exe' cls='MozillaWindowClass' title='Advanced Preferences — Mozilla Firefox' />
<webctrl id='about-config-search' tag='INPUT' />
Is that even possible to automate the about:config page of a browser?
Thanks for your help!