Executes JavaScript on a page
Future<dynamic> executeScript(String script) async { return await _browser.executeScript(script); }