factory ScrapeElementSelector.fromJson(Map<String, dynamic> json) { return ScrapeElementSelector( selector: json['selector'], timeout: json['timeout'], ); }