Forum Discussion
eykxas
1 year 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
1 year agoSuper Contributor
In my original post, that is what I am doing currently.
Using coordinates.
Thanks