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