Sometimes after visiting certain websites, i want to clear all history, cache, sessions in my browser profile. I can't find this option in the script editor, nor in the developer tools in user control mode. Is there any way I can accomplish this?
@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.