Forum Discussion
rraghvani
11 months agoChampion Level 3
The code is not formatted correctly,
- Semirxbih11 months agoContributor
I am not sure why it did that, this is the code that I provided for the first:
var downloadDialog = Aliases.browser.FindChildEx(
["ObjectType", "Caption"],
["Dialog", "Downloads"],
10,
true,
60000
);And this is the code that I provided for the second code block:
var test = Aliases.browser.Dialog("Downloads").Pane(0);
var test1 = Aliases.browser.Dialog("Downloads");- rraghvani11 months agoChampion Level 3
Is it necessary to automate the Downloads dialog? Why not just configure your browser to automatically download the file to the specified folder?
- Semirxbih11 months agoContributor
Unfortunately, I need it to automate the downloads, since I need to be able to click "Save" and all that.
- Semirxbih11 months agoContributor
I just edited the post.
Related Content
- 3 months ago
Recent Discussions
- 2 hours ago
- 6 days ago
- 10 days ago