I need to scrape a page who is using javascript.
this is why I’m using Selenium.
the problem is that selenium can’t fetch the required data.
I want to use htmlXmlSelector to try to fetch the data.
how can I pass the html selenium produced to htmlXmlSelector ?
This is my solution: just create htmlXpathSelector from selenium page_source: