简体   繁体   中英

Insert text into website with web scraping

Hi I want know if there is a method in python particularly with beautifulsoup4 or selenium for insert text in a website online with bot. for example a bot that can create random email on gmail

You could consider using a framework on top of Python in order to do this. You could use Robot Framework. Runs on recent python versions. With the SeleniumLibrary you can input texts and scrape as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM