Now I use this:
;for loop
_WD_ElementAction($sSession,$sButton_TAGS,'value', $string_split[$z] & ' ')
;Send(" ") -> doesn't work properly for me here
Sleep(200)
Send("{ENTER}")
But the problem is: if I forget to activate the browser the enter key is pressed otherwhere.
Sometimes my AutoIt code window was activated and was changed by enter keys.
So I want to isolate the script so it only works in the browser.
Is there a way to send the enter a