So the Selenium website (
https://www.selenium.dev/) and the people who maintain it aren't affiliated with the GitHub respository (
https://github.com/SeleniumHQ/selenium)? Who "owns" the name "Selenium"?
I took a quick look at the respository and it seems like overkill for my needs. Am I correct in thinking that even if the Selenium IDE (from
https://www.selenium.dev/) is no longer maintained and won't install in Chrome (although it did install in Firefox, and seems to work), Selenium WebDriver (from
https://www.selenium.dev/) is still being maintained? Is there some other browser plugin that I could use instead of Selenium IDE to record scripts?
As I said, I'm just learning how to use Selenium (in the generic sense). I was using BeautifulSoup and Scrapy to do some web scraping, but I need to script some interactions like clicking on a button to download a file, so I thought I'd try Selenium. But my requirements are pretty simple, so I'd like to avoid installing anything too complicated. So far, my approach seems to be working (I'm able to download the file I'm interested in). I am having a few issues getting some other things to work, but that's probably due to my lack of experience rather than any issues with Selenium WebDriver or the Selenium IDE plugin for Firefox.
Thanks again.