View Sourcemodule selenium-webdriver/executorsVarious utilities for working with webdriver.CommandExecutor implementations. FunctionscreateExecutor(url, opt_proxy)code ยปCreates a command executor that uses WebDriver's JSON wire protocol. Parametersurl(string|webdriver.promise.Promise<string>)The server's URL, or a promise that will resolve to that URL. opt_proxystring=(optional) The URL of the HTTP proxy for the client to use. Returnswebdriver.CommandExecutorTypesDeferredExecutorWraps a promised webdriver.CommandExecutor, ensuring no commands are executed until the wrapped executor has been fully built.