If you are having problems getting the UBot sub "clear cookies" to work then here is an alternative method.
Step 1. Go to "Action Commands" > "Shell"

Step 2. Drag this into your script and a pop up parameters box will appear, enter the shell command RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 into the choose file input box.
This will delete just the cookies, if you want to delete other browser data then here are some more commands.
Temporary Internet Files:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 8
Delete Cookies:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 2
Delete History:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 1
Delete Form Data:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 16
Delete Passwords:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 32
Delete All:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 255
Delete All. Also delete files and settings stored by add-ons:
rundll32.exe,InetCpl.cpl,ClearMyTracksByProcess 4351













