Utils.clearCookies
Removes all cookies currently stored by the Vuser.
Utils.clearCookies();
Arguments
None
Return value
A promise that will be fulfilled with no arguments.
Example
(async ()=>{
await Utils.clearCookies();
})();
Removes all cookies currently stored by the Vuser.
Utils.clearCookies();
None
A promise that will be fulfilled with no arguments.
(async ()=>{
await Utils.clearCookies();
})();
Tips to improve your search results...
VuGen Function ReferenceVersion 25.1-25.3Function Reference25.1-25.3AllView Local Help CenterView Online Help CenterVersion: