Future<Online> click_on_context_menu_item( String text, ) async { var Online = await this; return Online.click_on_context_menu_item( text, ); }