zombie v0.8.11 Release Notes

Release Date: 2011-01-25 // over 13 years ago
  • โž• Added browser.source which returns the unmodified source of the current page (Bob Lail).

    โž• Added support for the Referer header (Vinicius Baggio).

    If cookies do not specify a path, they are set to the root path rather than to the request path (Bob Lail).

    Cookies are allowed to specify paths other than the request path (Bob Lail).

    Ensure fields are sent in the order they are described (Josรฉ Valim).

    ๐Ÿ›  Fix parsing of empty body (Vinicius Baggio).

    โž• Add support for window.screen (Damian Janowski).

    Zombie now sends V0 cookies (Assaf Arkin).

    ๐Ÿ›  Fix for loading scripts over SSL (Damian Janowski).

    โž• Added window.resources to return all resources loaded by the page ๐Ÿ‘€ (including the page itself). You can see what the page is up with:

    browser.window.resources.dump()
    

    ๐Ÿ›  Modified lastRequest/lastResponse to use the window resources, fixed ๐Ÿ’ป browser.status and browser.redirected to only look at the page resource itself.

    282 Tests
    4.3 sec to complete