From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Intro to HTML web pages - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Intro to HTML web pages
- [Instructor] In the next several lectures of this section, I'm going to walk you through several different technological concepts so you can have a better understanding of how websites and webpages are created. And that will give you more confidence when you try to automate websites because you'll have a better understanding of things called locators and selectors in the HTML that comprises any given webpage. So what I'd like to do in this lecture is to use the PyCharm IDE we installed and show you the very basics of how a webpage is created. You might be surprised to find out that I don't even need to use a tool to create a basic webpage. To show you what I mean, I'm going to go into my C-drive in that same development folder and create a new folder called HTML, and that's where I'll store my website demos. Inside there, I'll create a new folder called something like first-demo. And I'll hit return to go inside there, and right-click, and select New, Text Document. And a common…