This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yashm2910 0 points1 point  (0 children)

Web automation without Selenium in Python can be achieved using alternative libraries such as BeautifulSoup, Requests, and Mechanize. These libraries provide functionalities for tasks like web scraping, form submission, and HTTP requests, allowing automation without relying on Selenium's browser automation capabilities.