We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66812f7 commit 72b796cCopy full SHA for 72b796c
1 file changed
config/KeywordsFile.robot
@@ -36,8 +36,10 @@ Click on Sign In
36
37
Enter Credentials
38
[Arguments] ${username} ${password}
39
- input text css=#username input ${username} \n
40
- input text css=#password input ${password} \n
+ input text css=#username input ${username}
+ click element css= .css-1n7v3ny-option
41
+ input text css=#password input ${password}
42
43
44
Click on Login
45
click element id=login-btn
0 commit comments