Executes JavaScript code in the iframe context.
Future<String?> executeScript(String script) { throw UnimplementedError('executeScript() has not been implemented.'); }