object Execute(string js) => JavaScriptExecutor.ExecuteScript(js, this);
T Execute <T>(string js) => (T)JavaScriptExecutor.ExecuteScript(js, this);