Skip to content
Course Notes: Web Scraping in Python
add text here
É possível colar várias partes do xpath em um selector.
sel.xpath('/html').xpath('./body').xpath('./div[2]')add text here
É possível colar várias partes do xpath em um selector.
sel.xpath('/html').xpath('./body').xpath('./div[2]')