Forum Discussion
eykxas
10 months agoRegular Contributor
Hi !
As a workaround, you could hardcode the click via coordinates.
I did this for Edge :
function edgeDownloadOpen(){
Aliases.browser.dialogTLChargements.Click(105, 140);
}
jkrolczy
10 months agoSuper Contributor
In my original post, that is what I am doing currently.
Using coordinates.
Thanks