Date: 2025-02-10 19:21:06
Score: 0.5
Natty:
*** Settings ***
Documentation This is a basic test for Linkedin Login
Library Selenium2Library
*** Variables ***
${Browser} chrome
${SiteUrl} https://www.linkedin.com/
${username} xpath=//*[@id="login-email"]
${psw} xpath=//*[@id="login-password"]
${sigin} xpath=//*[@id="login-submit"]
*** Test Cases ***
Login Page
open browser ${SiteUrl} ${Browser}
Input Text ${username} [email protected]
sleep 30 sec
Input Text ${psw} nopsw
click button ${sigin}
close browser
Reasons:
- Long answer (-0.5):
- Has code block (-0.5):
- Unregistered user (0.5):
- Low reputation (1):
Posted by: alhdysalh