Selenium Python using SeleniumBase Framework | Full 3 hours Course

preview_player
Показать описание
In this 3 hours full course for Selenium Python using SeleniumBase Framework, we will be covering everything from setting up your project from scratch to all the way to integrating it with CI/CD.

🔗 Video Resources:

⏳𝐕𝐈𝐃𝐄𝐎 𝐂𝐇𝐀𝐏𝐓𝐄𝐑𝐒⏳
0:00 - Introduction
4:30 - Setup & Installation
12:24 - Write your first test
41:15 - Find multiple elements
57:04 - Working with input fields
1:06:27 - How to upload a file?
1:25:57 - Optimize Tests
1:36:31 - Page Object Model
1:47:19 - Handling wait commands
2:07:18 - Exception Handling
2:20:34 - Generate Screenshots
2:31:21 - Generate Test Reports
2:37:44 - Cross Browser & Parallel Testing
2:43:35 - Jenkins & GitHub Integration
2:56:04 - It's a wrap!

✨𝐉𝐎𝐈𝐍 SDET UNICORNS - 𝐃𝐢𝐥𝐩𝐫𝐞𝐞𝐭 𝐉𝐨𝐡𝐚𝐥✨
Channel Link:

📧 Subscribe to the channel to get notified of future videos -

🎓Get access to all the courses -

Watch Our Recent Top Video:⏬

🟡 Linux Command Line Introduction | Command Line Series

🟡 Linux Terminal Basics | Linux Command Line Series

🟡 Can an AI (ChatGPT) build test automation scripts from scratch?

🟡 Playwright Tutorial Crash Course using Typescript

🟡 Cypress vs WebdriverIO | Which one to pick?

💌 𝐋𝐄𝐓'𝐒 𝐒𝐓𝐀𝐘 𝐈𝐍 𝐓𝐎𝐔𝐂𝐇 💌

Thanks for watching, and we'll see you in the next video!

#selenium #webdriver #python

Related searches :
basic test automation
simple test case with seleniumbase
using assertions and verifications
organizing test suites
configuring test reports
Рекомендации по теме
Комментарии
Автор

If you like this video, make sure to subscribe to the channel and share this video :)

sdetunicorns
Автор

Trying to finding video on " How to create a Framework(seleium + python) from scratch" on YT but SeleniumBase opens up a new world for us ... Thanks Sir to introduce with this

deepakkona
Автор

Thanks for sharing!
That's cool!

ainomc
Автор

good job bro. You made it really simple to learn.

anuragray
Автор

Of Course! We are enjoying your series.. God Bless

utube
Автор

Excellent work on this! Thanks for sharing!

MichaelMintz
Автор

Its very different from other learning couse .
Ur approach is very different I like it

rukesh
Автор

HI Dilpreet. I have now watched all your SeleniumBase videos. Good job. I was wondering if you can make a video explaining the advanced uses of selectors and xpath in sbase. I get stuck on modern websites where classes have unique identifiers appended. I struggle with things like this. How do you tell sbase to navigate to one div, then one inside and then get the text of a third inside. Also things like a partial match of class or id. Thanks again for the series.

Badprop
Автор

Hi can you do a video on how to generate automated scripts instead of writing a manual one using "sbase mkrec new_test.py --url=wikipedia.org". Is there a way to stop the recorder without going back to terminal during recording and pressing 'c' and 'enter'. Thanks

AshishSingh-rirr
Автор

Hello! How to implement data driven aproach in SeleniumBase?

zuzannapawlak
Автор

@sdetunicorns
- why was no seperate logging mechanism used?
- can i run a singel test_xx file on two different browsers at the same time? There is no direct way but what is the turnaround?

jacobsamuel
Автор

Does the website which you mentioned in the video is out of service now??

amansingh-ixdo
Автор

How to perform right-click on the element with SeleniumBase ?

tomaszkraczka
Автор

Hello, Dillpreet. I searching for course like this! thanks. I am a newbie in automation, I have basic knowledge of python. I will practice whole course and wondering, it will be able to do this with jenkins and docker? Have a nice day BRO!

Taipei
Автор

Is it possible to use seleniumbase and make a web crawler? That actually can send text, click on buttons and actually interact with a website ?

Lahmeinthehouse
Автор

Can We include unittestcases in the seleniumbase

automationqc
Автор

Hi, sir, i followed the same code as you when looping through the menu links, but i get this error below

The code:
# find menu elements with xpath and print the elements and store inside the menu_links_el variable

# loop through menu links, and generate the element on text, This will also print out the index of the value.
for idx, link_el in enumerate(menu_links_el):
print(idx, link_el.txt)

# loop through menu links, and generate the element on text, This will also print out the index of the value.
> for idx, link_el in enumerate(menu_links_el):
E TypeError: 'WebElement' object is not iterable

test_home.py:57: TypeError

hazo
Автор

I don't know what I am doing wrong I keep getting 10 elements
love the site I am a subscriber now !

kevinwalker