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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -