According to ‘/questions/75262651/can-selenium-be-used-for-free-in-corporations-for-commercial-projects’, user ‘browsermator’ says “Different drivers may have different licenses but they are similar”. He also explains with Microsoft Edge you can ‘use but not distribute’ and Firefox might be licensed under ‘CDDL’ too.
From what I’ve seen I’m unsure I can sell my program because Selenium uses some webdrivers that are licensed in a way that doesn’t permit this.
Is this the case or could I use ‘requests-html’? According to ‘https://www.reddit.com/r/learnpython/comments/lfbxaq/been_using_requestshtml_out_of_fear_for_using/’ user ‘K900_’ says “requests-html already uses Chromium under the hood, just like Selenium does.” Not sure if it’s okay to use this either.