Java selenium, selecting dates on Wayback Machine.

📰 Reddit r/learnprogramming

I made a bot to track the rating of SCP articles over time using the Wayback Machine, but I can't figure out how to make it select another date. Thank you for the help, public class Main { public static void main(String[] args) { votefind. Votefind ("https://web.archive.org/web/20080817054930/http://scp-wiki.wikidot.com/scp-002"); } } import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import

Published 9 Jun 2026
Read full article → ← Back to Reads