) E playwright._impl._errors.Error: It looks like you are using Playwright Sync API inside the asyncio loop. E Please use the Async API instead. /opt/homebrew/lib/python3.13/site-packages/playwright/sync_api/_context_manager.py:47: Error. I am getting this error when I am using POM class. can anyone help?
Ive got an error: ImportError while importing test module. Hint: make sure your test modules/packages have valid Python names. from automationneemo.src.pages.LoginPage import LoginPage E ModuleNotFoundError: No module named 'automationneemo'
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.
)
E playwright._impl._errors.Error: It looks like you are using Playwright Sync API inside the asyncio loop.
E Please use the Async API instead.
/opt/homebrew/lib/python3.13/site-packages/playwright/sync_api/_context_manager.py:47: Error. I am getting this error when I am using POM class. can anyone help?
At time 17 mins, you are returning other page after doing login. What will happen in case of invalid credentials?
For invalid credentials nothing will happen as we will not be storing that productlist page object. I have covered the same in later part of the video
Where can I download the code that you have created. It will be used for my reference.
Ive got an error: ImportError while importing test module. Hint: make sure your test modules/packages have valid Python names. from automationneemo.src.pages.LoginPage import LoginPage
E ModuleNotFoundError: No module named 'automationneemo'
I too getting same error, any help to fix this @Author or @lehuydat2608.
when I try this way and set the property for the object , I get an error , "object has no setter"
here as well
AttributeError: 'Playwright' object has no attribute 'get_by_placeholder'
have you got the solution
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.
How i can overcome error "AttributeError: 'NoneType' object has no attribute 'fill' " getting at login page line 14. please help.
Can you share your project code in videos?thanks
Useless session