I was curious if anyone has seen this problem before and knows a work around. I am running Firefox version 1.0.7 on Fedora Core 4. The way the record script works is that on every page change an 'onload' event occurs on the top frame (record.php) which causes the new page to be recorded in the tester. This works okay when there are sites on the same server as the tester, but whenever going to an external URL nothing is recorded. My suspicion is that the browser stops the 'onload' javascript from happening when an external site is accessed.
Any help would be appreciated! Warmest Regards///
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We've never actually tested phpautotest on an external site, however we will look into the problem and see if it can be fixed in the upcoming 1.0.0 release.
Kind regards,
The phpautotest team
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Recording external pages is not possible because when the browser detects that the external page is from a different domain phpautotest is denied access to it.
Domain security is present in other major browsers such as Internet Explorer and Opera.
I was curious if anyone has seen this problem before and knows a work around. I am running Firefox version 1.0.7 on Fedora Core 4. The way the record script works is that on every page change an 'onload' event occurs on the top frame (record.php) which causes the new page to be recorded in the tester. This works okay when there are sites on the same server as the tester, but whenever going to an external URL nothing is recorded. My suspicion is that the browser stops the 'onload' javascript from happening when an external site is accessed.
Any help would be appreciated! Warmest Regards///
We've never actually tested phpautotest on an external site, however we will look into the problem and see if it can be fixed in the upcoming 1.0.0 release.
Kind regards,
The phpautotest team
Recording external pages is not possible because when the browser detects that the external page is from a different domain phpautotest is denied access to it.
Domain security is present in other major browsers such as Internet Explorer and Opera.
For more details visit http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp
Unfortunately there is no work-around.
Kind regards,
The phpautotest team