Hey Everyone,
I got a Problem with the UDF FF.au3 by Thorsten Willert. I want to use _FFClick() to click on a button (which works just fine) but in the Time the page needs to load i would like to do other stuff in a different Firefox window.
Even though i used _FFClick("button", "id", 0, False) it always waits till the page is loaded before it continues to go on with the script.
Is there a way to get rid of this problem?
PS: I hope this is the right place to post this topic