!|open|*firefox|localhost:4444|${URL_PREFIX}path1/cookie1.html|

!|deleteAllVisibleCookies|

!|getCookie||

!|stop|

!|open|*firefox|localhost:4444|${URL_PREFIX}path2/cookie2.html|

!|deleteAllVisibleCookies|

!|getCookie||

!|stop|

!|open|*firefox|localhost:4444|${URL_PREFIX}path1/cookie1.html|

!|createCookie|addedCookieForPath1=new value1||

!|createCookie|addedCookieForPath2=new value2|path=${URL_PREFIX}path2/, max_age=60|

!|getCookie|addedCookieForPath1=new value1|

!|isCookiePresent|addedCookieForPath1|true|

!|getCookieByName|addedCookieForPath1|new value1|

!|isCookiePresent|testCookie|false|

!|stop|
