No video

Python Selenium: Fundamentals to Frameworks (with SeleniumBase and live demos!)

Python Selenium: Fundamentals to Frameworks (with SeleniumBase and live demos!)
(The SeleniumBase presentation from SeleniumConf 2023)
0:00 - Intro / Bio / High-level overview.
2:30 - Basics of Python Selenium.
6:21 - Where test frameworks come in.
13:22 - Using test runners such as "pytest".
14:53 - Complete frameworks / SeleniumBase.
15:37 - Get ready for "Live Demo Time".
36:25 - "All Your Base Are Belong To Us".
40:45 - (The audience asks questions.)
SeleniumBase GitHub page: github.com/sel...
Originally posted in Selenium Conference videos:
• Python Selenium: Funda...

Пікірлер: 8

  • @HelloSkylineAviation
    @HelloSkylineAviation5 ай бұрын

    Taught me everything about Selenium! Keep up the great work 👍

  • @IamSani
    @IamSani8 ай бұрын

    absolutely loved the features and your style of presentation

  • @TheMrcmann
    @TheMrcmann10 ай бұрын

    Congratulations for developing this.

  • @ecomxfactor-YaronBeen
    @ecomxfactor-YaronBeen5 ай бұрын

    Love your content, thank you so much!

  • @artabra1019
    @artabra10197 ай бұрын

    Very great automation

  • @user-tn5wx9dt3r
    @user-tn5wx9dt3r6 ай бұрын

    great!

  • @socclayer
    @socclayer2 ай бұрын

    Thnaks for the content! wich method is equivalent to find_elements ?

  • @MichaelMintz

    @MichaelMintz

    2 ай бұрын

    SeleniumBase also has `find_elements(selector)`. As the original one, returns a list of WebElements.