#96 POM Framework - Part 3 | Playwright with Python and Pytest | Page Object Model Design Pattern

preview_player
Показать описание
#playwright
#pytest
#python
Рекомендации по теме
Комментарии
Автор

Where can I download the code that you have created. It will be used for my reference.

gopikrishnasp
Автор

It will be helpful if you can help me to solve this import pom_framework.pages.LoginPage as LoginPage
E ModuleNotFoundError: No module named 'pom_framework' error.

vishnuprakash
Автор

How i can overcome error "AttributeError: 'NoneType' object has no attribute 'fill' " getting at login page line 14. please help.

NehaSharma-lde
Автор

At time 17 mins, you are returning other page after doing login. What will happen in case of invalid credentials?

shalinigupta
Автор

when I try this way and set the property for the object, I get an error, "object has no setter"

kirtiferwani
Автор

Can you share your project code in videos?thanks

guidemon
Автор

Ive got an error: ImportError while importing test module. Hint: make sure your test modules/packages have valid Python names. from import LoginPage
E ModuleNotFoundError: No module named 'automationneemo'

lehuydat