<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Automation on tinega</title><link>https://tin3ga.netlify.app/tags/automation/</link><description>Recent content in Automation on tinega</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 09 Oct 2023 17:20:55 +0300</lastBuildDate><atom:link href="https://tin3ga.netlify.app/tags/automation/index.xml" rel="self" type="application/rss+xml"/><item><title>Web Scraping Using Selenium</title><link>https://tin3ga.netlify.app/posts/web-scraping-using-selenium/</link><pubDate>Mon, 09 Oct 2023 17:20:55 +0300</pubDate><guid>https://tin3ga.netlify.app/posts/web-scraping-using-selenium/</guid><description>Introduction Selenium is a framework that many developers use to automate web browsers. It&amp;rsquo;s an open source tool that offers compatibility, with web browsers and supports programming languages. While its commonly used for testing web applications it&amp;rsquo;s also handy for tasks like web scraping and automating browser actions. WebDriver, which is a part of Selenium allows developers to control web browsers programmatically.
Using Selenium to scrape data Task: Scraping the latest news posts from a popular blog post Please note that to follow along you must have an understanding of basic HTML elements and CSS classes and id selectors as well as python</description></item><item><title>Python Script Automation in Windows</title><link>https://tin3ga.netlify.app/posts/python-script-automation-in-windows/</link><pubDate>Fri, 29 Sep 2023 12:46:04 +0300</pubDate><guid>https://tin3ga.netlify.app/posts/python-script-automation-in-windows/</guid><description>Introduction Sometimes, we need to run Python scripts at regular intervals to complete specific tasks. However, as humans, we often forget or remember too late. Operating systems offer built-in capabilities to schedule the execution of commands or programs when needed. While Linux simplifies task automation through the &amp;lsquo;crontab&amp;rsquo; utility, Windows also offers similar functionality. With the right know-how, you can effectively automate tasks in Windows,
Windows Task Scheduler Task Scheduler is a built-in utility in Microsoft Windows operating systems that allows users to automate various tasks and processes on their computer.</description></item></channel></rss>