Skip to content

WebScraperException #95

Description

@hixcoder

it was working fine until today
even if I tried this simple code I got exception ==> WebScraperException

test() async {
final webScraper = WebScraper('https://webscraper.io');
if (await webScraper.loadWebPage('/test-sites/e-commerce/allinone')) { // exception here
List<Map<String, dynamic>> elements =
webScraper.getElement('h3.title > a.caption', ['href']);
print(elements);
}
}

@OverRide
void initState() {
super.initState();
test();
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions