Forum Discussion
All,
I have the TestComplete Pro package
Desktop/web, etc.
I have MSAA setup also.
The above scenario is a 'Print PDF' button is selected which then opens up the
Download window, where I then need to click on 'Save as', etc...
I've been a user of TC many years and the the above functionality comes and goes
with the constant updates from Chrome and Edge.
I just gave up trying to ask SmartBear to keep up with the changes.
It would be nice if there were patches supplied from SmartBear when browsers change,
but again the browsers change so much these days, it would be hard to keep up and waiting for the corrections in the minor releases take time.
This was more of a check to see if others have this issue too.
Thanks
Hi !
As a workaround, you could hardcode the click via coordinates.
I did this for Edge :function edgeDownloadOpen(){ Aliases.browser.dialogTLChargements.Click(105, 140); }