Skip to content

need a help for login page  #1

@niranjan8129

Description

@niranjan8129

capture

I am trying to login the login page but I am getting below error. attached login page screen shot
Can you please help me to find out the xpath and element ?

I use below code to login

#Locators in login page for github #Locator types for reference
_LoginLink = "//a[@href='/Login']" #xpath
_EmailField = "Username" #id
_PasswordField = "Password" #id
_SignInButton = "Login" #name
_VerifyLogin = "//p[@Class='shelf-lead']" #xpath

------------------------------ Captured log call ------------------------------
SeleniumDriver.py 76 INFO Element not found with locator: //a[@href='/Login'] and locatorType: xpath
SeleniumDriver.py 87 INFO Cannot click on the element with locator: //a[@href='/Login'] locatorType: xpath
SeleniumDriver.py 76 INFO Element not found with locator: Username and locatorType: id
SeleniumDriver.py 98 INFO Cannot send data on the element with locator: Username locatorType: id
SeleniumDriver.py 76 INFO Element not found with locator: Password and locatorType: id
SeleniumDriver.py 98 INFO Cannot send data on the element with locator: Password locatorType: id
SeleniumDriver.py 76 INFO Element not found with locator: Login and locatorType: name
SeleniumDriver.py 87 INFO Cannot click on the element with locator: Login locatorType: name
SeleniumDriver.py 76 INFO Element not found with locator: //p[@Class='shelf-lead'] and locatorType: xpath
SeleniumDriver.py 110 INFO Element not present with locator: //p[@Class='shelf-lead'] locatorType: xpath

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions