I'm new with Selenium, actually I'm trying it since yesterday, found some stuff interesting with Selenium with python.
I found some information regarding how to scrape and interact with JS page. But my doubt is how can I get a data from a clickable map with selenium. I tried to found if there are any hidden links in the page, but there aren't any of them. I figured out that when I move my mouse over the map in any button (in the map) there is a change in x,y position (of course...) and after I click in the button I can scrape my data. Using a static model I could scrape all the data that I want.
So my question is, how can I simulate the mouse movement over the map and this click action?
Best regards,