Unable to view website beyond the login page

Hi, I am unable to view the full page screenshot of my website beyond the login page after providing the credential,URL and xpath.

Hi, As much I am concerned with your issue that the page isn’t taking the credentials you are providing. So for that, you have to provide the custom device path for username, password, and login mentioned below.

Username- xpath- //input[@type=‘password’]

password- xpath- //input[@type=‘password’]

Login - xpath- //button[@class=‘enter_password’]

then provide credentials and test your website.

2 Likes