Gets all cookies for the current page
Future<List<Map<String, String>>> getCookies(String url) async { return await _browser.getCookies(url); }