Selenium WebDriver with Python - Basic + Advanced Concepts [COMPLETE COURSE 5H]

preview_player
Показать описание
00:00:01 Introduction + Agenda
00:01:37 Installation + Setup
00:14:44 Basic Browser Operations + Headless Mode
00:38:47 Locators in Selenium WebDriver
01:25:05 WebElements + Handling Frames
02:08:23 Autosuggestive Dropdowns + Calendars
02:50:58 Multiple Windows + Screenshots
03:09:38 Scrolling (Multiple Approaches)
03:31:51 Handling Cookies, Alerts & SSL Certificates
03:59:33 ActionChains
04:24:10 Tables
04:49:25 Implicit & Explicit Waits
05:07:25 Logging Module

--------------------------------------------------------------------------------------------------------------------------------------------------
✖️ E-Mail✖️

✖️ Linked In✖️

✖️ INSTAGRAM ✖️

✖️ UDEMY COURSES ✖️

✖️ GITHUB ✖️
Рекомендации по теме
Комментарии
Автор

Hii Alex!! Tq you for the useful selenium python tutorials!!your way of explanation is simple but magnificent. I have learnt so much from your videos. waiting for more selenium python automation tutorials, Tq u Tq uTtq u...😍 Love from INDIA. Great Content ! Plz keep sharing your knowledge with us 🙏🙏

ranjita
Автор

Waiting for more python based tutorials. Your way of explanation is excellent Alex.
I am your 4th subscriber. within an year.. your followers will spiral up for sure. Thanks for your tutorials.

aa-ixoz
Автор

very helpful & clear explanations, thanks. hope the video reaches more people

gdd
Автор

This really deserves way more views! Thank you for the helpful content!!

客家饒舌執牛耳
Автор

Great content! Thank you so much for sharing your knowledge!!

xXProsperXx
Автор

Awesome course. Much Appreciated. Thanks!

abhisheksrivastava
Автор

Thanks for the video Alex, i noticed after executing the code, the webpage i try to get closes after few seconds . I used the Options() method, still the same. Thanks

taofeekadisa
Автор

Very good content. Congratulations I really liked it.
One question, I can open the browser with my extension, but its icon must be clicked on the top of the browser to start. Doesn't this selenium do because it is outside the "DOM"? Is there any way? Thanks

MatheusSilva-qmph
Автор

i am facing problem . when i run the browser, for just a sec the browser page is opened and then hidden with an error. if you got the solution of it, plz tell me.

ahmeduzair
Автор

im struggling with finding the rooms drop down. im using page object model. in my page object class:

class WebElements:

hotelbutton_xpath =
selectrooms_name = "no_rooms"
selectadults_name = "group_adults"
selectchildren_name = "group_children"

def __init__(self, driver): # will invoke at the time of object creation
self.driver = driver

def ClickHotels(self):

time.sleep(3)
# there is an iframe. selenium gives 3 ways, by index, value or web element. usin index here becuase its the first one


def SelectRooms(self):

drp=Select(rooms)
drp.select_by_index(0)

in my test class:

class Test_WebElements:
baseURL =

# logger = LogGen.loggen()

def test_1(self, setup):
# Test_001_Login
self.driver = setup
self.driver.get(self.baseURL)
self.webEle = WebElements(self.driver)
time.sleep(10)
self.webEle.AgreetermsBtn()
time.sleep(5)
self.driver.maximize_window()
time.sleep(10)
self.webEle.ClickHotels()
self.webEle.SelectRooms()

but i get error:
Message: no such element: Unable to locate element: {"method":"css selector", "selector":"[name="no_rooms"]"}

can you see whats wrong?? thanks

gdd
Автор

Brother I'm getting output but I'm also getting this erro :: Deprecation warning : executable path has been deprecated, please pass in service object ..plzz help me to solve this problem .. thankyou brother

sivasankar-zgyt
Автор

Play this video 1.25 speed and thanks me later.

suvajitbera