Oleg
14 years agoOccasional Contributor
Unspecified error while trying to check readyState property
Hi all!
I'd like to share one problem, that sometimes appears and brakes our tests during their execution. In general - we get only short "Unspecified error" in the logs and tests are stopped. It seems this error is caused by trying to check the readyState property of the document object (document is child of Page() here). This issue is not easy reproducible - we get this error time from time and it's really difficult to somehow track specific conditions, that might have impact on it. Before checking the property, we use aqObject.isSupported(document, "readyState"), but anyway time from time tests are stopped due to this issue.
So, I wonder if someone has already faced this error or some similar problem? I'd appreciate any thoughts/ideas, because it's really annoying
I'd like to share one problem, that sometimes appears and brakes our tests during their execution. In general - we get only short "Unspecified error" in the logs and tests are stopped. It seems this error is caused by trying to check the readyState property of the document object (document is child of Page() here). This issue is not easy reproducible - we get this error time from time and it's really difficult to somehow track specific conditions, that might have impact on it. Before checking the property, we use aqObject.isSupported(document, "readyState"), but anyway time from time tests are stopped due to this issue.
So, I wonder if someone has already faced this error or some similar problem? I'd appreciate any thoughts/ideas, because it's really annoying