How i can overcome error "AttributeError: 'NoneType' object has no attribute 'fill' " getting at login page line 14. please help.
@lehuydat2608 Жыл бұрын
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'
@vishnuprakash7720 Жыл бұрын
I too getting same error, any help to fix this @Author or @lehuydat2608.
@gopikrishnasp26889 ай бұрын
Where can I download the code that you have created. It will be used for my reference.
@vishnuprakash7720 Жыл бұрын
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.
@shalinigupta5399 Жыл бұрын
At time 17 mins, you are returning other page after doing login. What will happen in case of invalid credentials?
@automationneemo Жыл бұрын
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
@kirtiferwani9225 Жыл бұрын
when I try this way and set the property for the object , I get an error , "object has no setter"
@leoprabhakar4166 Жыл бұрын
here as well AttributeError: 'Playwright' object has no attribute 'get_by_placeholder'
@leoprabhakar4166 Жыл бұрын
have you got the solution
@guidemon726 Жыл бұрын
Can you share your project code in videos?thanks
@SonaliSalave-o9k8 күн бұрын
) 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?