You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Gaurang033 ,
Can you provide a small reproducible test case for the behaviour you are experiencing?
I tried but could not reproduce this. Is wait.until(ExpectedConditions.presenceOfElementLocated(By.cssSelector("label[for='form:quest:0:quest:0:questionId:0']"))); the only line in your test?
Regarding the stackoverflow link, this is not related to testng in particular. I think BrowserStack has specific capabilities you can set for the protected mode / introduce flakiness / bfcache. It would be best if you shoot them ([email protected]) a mail and check if that resolves your issue
Hi Guys,
My tests are failing on IE 11 with following exception, it works fine on IE 10 and IE 9.
Exception
org.openqa.selenium.NoSuchWindowException: Unable to find element on closed window
Code
wait.until(ExpectedConditions.presenceOfElementLocated(By.cssSelector("label[for='form:quest:0:quest:0:questionId:0']")));
Possible Solution
http://stackoverflow.com/questions/24746777/selenium-nosuchwindowexception-in-ie-11
however not sure exactly how to achieve that in browserstack.
The text was updated successfully, but these errors were encountered: