Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
My Java tests fail sporadically with the iFrame not loading on the page. This is the error message that I see in the build log for the failures -

org.openqa.selenium.TimeoutException: Timed out after 10 seconds waiting for visibility of element located by By.id: creIFrame


The timeout time was changed earlier from 15sec to 10sec.

Running phantomjs with these DesiredCapabilities -

"--ignore-ssl-errors=yes"
                , "proxy details"                
                , "--ssl-protocol=tlsv1"
Posted
Updated 10-Mar-15 15:17pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900