As I navigate through using a data scraper, I find myself in the realm of code where my knowledge is limited. The tool I am using is free but comes with its limitations such as a crawl limit and no option to resume from the endpoint. My goal is to scrape all li elements on the page, yet the program restricts me to selecting either one or all li's at once. I am seeking advice on creating a manual selector or xpath that would enable me to start selecting from the nth-child(200) onwards. Any guidance or suggestions would be greatly appreciated!