
How to store data in memory using cookies class.
Why it is needed, Any benefits of same. Full discussion on same.
How to check if your object stored any cookie data - using watch window.
We are going to see how this project has been made. Let us quickly understand first how to click on links and arrive at final page and then to scrape the information we needed.
I am telling you what are the expectations out of this project. What exactly we are going to do in this project. Let us first understand each and everything. You can create your dummy ID for this, if you wish to practice.
We are now starting to work on the project with you looking at the real code made for it.
Line by line , we are understanding the code .From login to clicking on tabs, using xpath, findelementbyid, or name methods, we are learning all. It is actually a revision of whatever we learnt in part1.
Also, we are handling the captcha issue by learning a new command which can let vba code to wait.
To make sure if code has run yesterday and updated the categories as Done , today if you run the code again, it should not touch those already done cases.
This is how this project automation has been done. You will love it if you learn it by heart. Come on, time to take the challenge and do it from scratch.
First and foremost, this is a Part2. Students must have seen Part1 before.
Students will learn how to download the files
How to add or manage Cookies of a website and how to use it in a practical situation.
How to take screenshots and save those on desktop or export them in excel.
How to launch website new pages in a new window tabs.
Move from first window to second and so on. Challenges and more robust solutions to handle the window tabs.
You will see one of the real data based project which is super duper awesome from learning and getting confidence on webscraping.
We will see how to login to website and how to sort out captcha issues by simply letting code to wait for sometime till user enters captcha.
We will revise our learning in part1 as to how to practically use links using elementbyid, name or class attributes . Also, the best use of Xpath.
if page refreshes for a long time or uncertain , how to put a wait time.
You will see the use of magnificent loops and IF Conditions on this project . How smartly we have used the loops and IF Conditions and clicking on elements.
In this project you shall see how to fully control the website elements like drop downs or a tags from excel lists which are written on sheets.
How so far work done is going to be noted in excel sheet marking status as Done so next time when code runs it avoids previous already done codes.