pub fn handle_execute_script(
    window: Option<Root<Dom<Window>>>,
    eval: String,
    reply: IpcSender<WebDriverJSResult>
)