Jump to content
UBot Underground

maxikaz

Fellow UBotter
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by maxikaz

  1. Sorry for my mistake, now it shows two cases

     

    I would like scrape text each line as a new column but sometimes there is one table

    navigate("http://www.krn.org.pl/1197/Znajd%C5%BA+notariusza","Wait")
    wait for browser event("Everything Loaded","")
    type text(<name="plgRnNotariuszSzukaj_Nazwisko">," Sikorska","Standard")
    change attribute(<id="plgNotariuszSzukaj_IzbaSelect">,"value",6)
    click(<name="plgRnNotariuszSzukaj_button1">,"Left Click","No")
    

    and sometimes are two tables with one extra line

    navigate("http://www.krn.org.pl/1197/Znajd%C5%BA+notariusza","Wait")
    wait for browser event("Everything Loaded","")
    type text(<name="plgRnNotariuszSzukaj_Nazwisko">,"Flaga","Standard")
    change attribute(<id="plgNotariuszSzukaj_IzbaSelect">,"value",6)
    click(<name="plgRnNotariuszSzukaj_button1">,"Left Click","No")
    


    How to scrap this text to get table as this one https://docs.google.com/spreadsheets/d/1haQh8FhTpHbw2rqZSveu-DTTrBzOWdiW6g7-qdMkDoo/edit?usp=sharing

  2. One more thing

    I would like scrape text each line as a new column but sometimes there is one table

    navigate("http://www.krn.org.pl/1197/Znajd%C5%BA+notariusza","Wait")
    wait for browser event("Everything Loaded","")
    type text(<name="plgRnNotariuszSzukaj_Nazwisko">," Sikorska","Standard")
    change attribute(<id="plgNotariuszSzukaj_IzbaSelect">,"value",6)
    click(<name="plgRnNotariuszSzukaj_button1">,"Left Click","No")
    

    and sometimes are two tables with one more line

    navigate("http://www.krn.org.pl/1197/Znajd%C5%BA+notariusza","Wait")
    wait for browser event("Everything Loaded","")
    type text(<name="plgRnNotariuszSzukaj_Nazwisko">," Sikorska","Standard")
    change attribute(<id="plgNotariuszSzukaj_IzbaSelect">,"value",6)
    click(<name="plgRnNotariuszSzukaj_button1">,"Left Click","No")
    

    How to scrap this text to get table as this one https://docs.google.com/spreadsheets/d/1haQh8FhTpHbw2rqZSveu-DTTrBzOWdiW6g7-qdMkDoo/edit?usp=sharing

×
×
  • Create New...