letskodeit / selenium-python-novice-ninja-files

Code files and other resources for Selenium WebDriver With Python - Novice To Ninja Course
https://courses.letskodeit.com/courses/selenium-webdriver-with-python3?coupon=GITCODE899
6 stars 8 forks source link

While building selenium python framework elements are not identified message is coming for the valid locators #2

Open rajesh1994 opened 2 years ago

rajesh1994 commented 2 years ago

Issue Description: While building selenium python framework elements are not identified message is coming for the valid locators

URL : https://courses.letskodeit.com/

Refer the attached code & screenshots for reference

pom.zip

Element available

Element not available

Code Execution Video : https://drive.google.com/drive/folders/1Ud2wY0VdzJRmWL00wTZ3vhW4Ff4WStyw?usp=sharing

letskodeit commented 2 years ago

The message Locator type not correct/supported is coming from CustomDriver class, it's not coming from Selenium WebDriver directly. It means, you have provided the type of locator which is not in relevance to what you are checking the CustomDriver class. Please double check your code.

Thanks Anil

On Tue, May 10, 2022 at 11:30 AM Rajesh Suryaprakash < @.***> wrote:

Issue Description: While building selenium python framework elements are not identified message is coming for the valid locators

URL : https://courses.letskodeit.com/

Refer the attached code & screenshots for reference

pom.zip https://github.com/letskodeit/selenium-python-novice-ninja-files/files/8664060/pom.zip

[image: Element available] https://user-images.githubusercontent.com/22610174/167696913-0d910f5d-072c-4097-bfc3-990529e0a354.png

[image: Element not available] https://user-images.githubusercontent.com/22610174/167696920-2cd9d0c2-cef3-4608-b266-d5e879b03f22.png http://url

Code Execution Video : https://drive.google.com/drive/folders/1Ud2wY0VdzJRmWL00wTZ3vhW4Ff4WStyw?usp=sharing http://url

— Reply to this email directly, view it on GitHub https://github.com/letskodeit/selenium-python-novice-ninja-files/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRDZ4J6TTORHSIEQNEIVJ3VJKTNZANCNFSM5VSO6BYQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>