Open
Description
Hi Florent,
Below line of code get failed.
driver.switchToWindow "XXXX", 5000 'error no window found. timeout
however,if I try below it get executed. could you please help.
title = driver.getAllWindowTitles
driver.Wait 2000
For X = LBound(title) To UBound(title)
If title(X) = "XXXX" Then
driver.switchToWindow Handle(X)
driver.switchToDefaultContent
driver.Wait 200
End If
Next
Thanks
Original issue reported on code.google.com by [email protected]
on 8 Oct 2014 at 10:24