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
Issues:
1.) isRedirect() won't work with meta http-equiv="Refresh"
2.) getContent() misses the Doctype and the html-Tag. But this is needed. Try to echo the content of google.com - This won't be rendered like it should, because the document wrapper is missing.
Cool Changes:
1.) A way to set content and perform a click on it, or something like this.
2.) A class/object to set page.PROPERTY directly from PHP.
3.) A way to get the unrendered Source Code (No JS executed). Because if i echo out google.com, the js will execute again and some css will break.
The text was updated successfully, but these errors were encountered:
Issues:
1.) isRedirect() won't work with meta http-equiv="Refresh"
2.) getContent() misses the Doctype and the html-Tag. But this is needed. Try to echo the content of google.com - This won't be rendered like it should, because the document wrapper is missing.
Cool Changes:
1.) A way to set content and perform a click on it, or something like this.
2.) A class/object to set page.PROPERTY directly from PHP.
3.) A way to get the unrendered Source Code (No JS executed). Because if i echo out google.com, the js will execute again and some css will break.
The text was updated successfully, but these errors were encountered: