Come learn about SeleniumBase and how to use it from the creator (Selenium, Python, pytest)

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • These are recordings from the Austin Automation Professionals meetup that I organize with some cool people.
    SeleniumBase is an all-in-one framework for web automation, end-to-end testing, and website tours. Tests are run with "pytest". Browsers are controlled by WebDriver.
    Come learn about SeleniumBase and how to use it with the creator.
    Michael Mintz is the creator of SeleniumBase. Open Sourcerer on GitHub. Currently Automation Lead at iboss Cloud in Boston.
    seleniumbase.io/
    Meetup information:
    www.meetup.com...
    Austin Automation Professionals Meetup information:
    www.meetup.com...

КОМЕНТАРІ • 1

  • @badoiuecristian
    @badoiuecristian Рік тому

    Great tutorial. I have a question... is there a way to add headerless=False in seleniumbase... so you can see the automation while is happening considering that seleniumbase is meant to work with pytest ? I really can;t find anything about it and i have been trying to use context manager approach and the CaseBase inheritance but with no success. Thank you.