Not able to delete cookies using selenium ide -
i not able delete cookies using selenium ide . want delete cookies before test case execution have tried
<tr> <td>deletecookie</td> <td>asp.net_sessionid</td> <td>path=, domain=192.168.14.22:92, recurse=true</td> </tr> but not working.
i tried this
deleteallvisible cookies no luck.
please suggest idea override of this.
it isn't possible delete asp.net_sessionid cookie because marked httponly.
set-cookie:asp.net_sessionid=zecwj145rv2wkt45ekwangyq; path=/; httponly according this post there isn't anyway delete or modify cookie other http. there isn't way turn off httponly cookie.
Comments
Post a Comment