Python Forum
Selenium Data Scrubbing - Need Some Help - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Selenium Data Scrubbing - Need Some Help (/thread-8572.html)



Selenium Data Scrubbing - Need Some Help - HalPlz - Feb-26-2018

Hello all,

I'm attempting to populate a spreadsheet with 2 data points from this website: https://activeshare.info/

But I can't seem to get past square one - that is locating the 'searchbox'. I believe the website developer has put anti-scrubbing hexes on this page somehow. I can't seem to locate the id 'searchbox', and I can't seem to Send Keys the Tab Key after selecting the preceding elements.

Any tips for this page? I'm not breaking their TOS (I don't think) - I just need the data to map out some correlations.


RE: Selenium Data Scrubbing - Need Some Help - Larz60+ - Feb-26-2018

show what you've tried so far.