aboutsummaryrefslogtreecommitdiff
path: root/test/digikey
Commit message (Collapse)AuthorAgeFilesLines
* Digikey: replacing requests-based code with selenium.Trygve Laugstøl2019-02-2414-2210/+1276
| | | | Adding new tools: digikey-import-parts and digikey-refresh-parts.
* o Updating digikey product parsing code. Using Selenium/WebDriver toTrygve Laugstøl2019-02-0714-16376/+29263
| | | | fetch data.
* o Handling digikey pages with a special "exact match" header + list ofTrygve Laugstøl2018-08-0212-0/+25079
other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests.