We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Automating Your Browser and Desktop Apps

Formal Metadata

Title
Automating Your Browser and Desktop Apps
Title of Series
Part Number
28
Number of Parts
46
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk is an introduction to using the Requests, Beautiful Soup, Selenium, and PyAutoGUI modules in order to automatically grab data from the web or interact with desktop applications. Attendees will learn: How to download files and pages from the web How to use CSS selectors to find content in a web page How to control a web browser from Python using Selenium How to programmatically control the keyboard and mouse