recreate
recreate(); - recreate the current browser. this function is used to reduce JS memory leaks. The current browser object is deleted and recreated from scratch.
After testing, the function returns the result of its work to the script :
true – successfully recreated
false – failed to recreate