Remix.run Logo
vitalets a year ago

I've tried the following code:

    simplex.goto("github.com/mitchellh")
    num_contribs = simplex.extract_text("blabla")
    print(num_contribs)
It outputs all texts from the page. Is it expected? Maybe it should fail indicating element could not be found?