Edit: Problem solved. See my post 4 entries below.
I am currently converting a script from internet explorer to google chrome.
Now I'm looking for the replacement for _IELOADWAIT()
My first attempt was
$oWindowPattern1.WaitForInputIdle($iMilliSeconds, $bSuccess)
but unfortunately the script did not wait.
Does anyone has a solution?