web - selenium scrapping content from website into an array -


i interested in scrapping content website , putting array. specifically, interested in scrapping plaintext array identifying html element plain text under. using selenium java , hoping shed light on best way this. scanning in multiple plain text elements , putting them in sequential order, array. plain text in html tables , need take specific section of table has plain text interested in.

thanks in advance.

this rather broad question, still i'm hoping can help. i've used selenium scrapy library (python) scraping , worked well. if question what's best way find text in html pretty safe answer xpath. simple language designed extract multiple elements html/xml. google examples , i'm sure you'll hang of it. selenium has quiate few built-in funcionts xpath, you'll find plenty of examples


Comments

Popular posts from this blog

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -