Python Selenium Full Series - Deal Reporting Part 1 [Web Bots and Testing]

preview_player
Показать описание
#Selenium #Python #SeleniumTutorial #SeleniumProject #PythonProject #WebConsole

👍Welcome to my Selenium Project Tutorial

This Series is going to include all the information you need to develop Testing projects and Bot Projects, using the Selenium framework.
I have a Selenium getting started Series with three episodes that you can watch as a pre-requisite! (Link is down in the description)

In this video, we will start reporting the results we receive in a console. It is not going to be easy to manipulate the data that we have until now the way we want, so it's a great practice to have a look at how you should maintain data throughout the execution of a program, like a Selenium Bot.

Connect with me with:

👍 Subscribe for more Python tutorials like this:
🔥 Comment below on other topics you want to see tutorials next on my Channel.
-----------------------------------------------

My website:

Useful Links:

Playlist for the entire Series:

Code from Github:

Links that are relevant:
Stackoverflow poll I used:

🎥 My YouTube Gear 🎥

Timeline for the video:
00:00 - 03:41 - What element we need to display Hotel results?
03:42 - 06:52 - How JavaScript could help to identify elements in Web Console ?
06:53 - 15:21 - Designing our first report with Booking Report class
15:22 - 21:37 - Pull Hotel names from the results
Рекомендации по теме
Комментарии
Автор

We use JAVASCRIPT a bit to understand how to read elements from the web console, it is very beneficial because it will also help us to understand how the
Selenium code should be written. Enjoy! :)

jimshapedcoding
Автор

Hello Jim,
I am just loving this selenium series and it was very fun learning flask from you.
It will be nice if you will create a series on how to create a blog with flask and I'll also love to see your desk setup.

(First Comment)

thexurde
Автор

I am a bit confused why you mushed between the def__init__ and def pull_deal_boxes together like that under class BookingReport, because you had it fine in the def report_results?

RamiSobhani