- rohit kumar guptaActive particpant
- Posts : 24
Join date : 2012-09-19
Age : 34
Location : abc
inappropriate action performed
Sat Nov 24, 2012 6:07 pm
Scenario:- to login to the same application ie. seleniumforum.foummotion
> from the home page i click on login link to navigate to login page
driver.findElement(By.id("username")).sendKeys("user");
driver.findElement(By.id("password")).sendKeys("pass");
driver.findElement(By.id("autologin")).click();
driver.findElement(By.xpath("//dd/input[@class='button1' and @type='submit']")).click();
line 3 should uncheck the checkbox and line 4 should click on log in button
instead line 3 is clicking on forgot password link that is above check box and line 4 is unchecking check box.
Also clicking on login link is not working at times..
Please advice if i am wrong anywhere?
> from the home page i click on login link to navigate to login page
driver.findElement(By.id("username")).sendKeys("user");
driver.findElement(By.id("password")).sendKeys("pass");
driver.findElement(By.id("autologin")).click();
driver.findElement(By.xpath("//dd/input[@class='button1' and @type='submit']")).click();
line 3 should uncheck the checkbox and line 4 should click on log in button
instead line 3 is clicking on forgot password link that is above check box and line 4 is unchecking check box.
Also clicking on login link is not working at times..
Please advice if i am wrong anywhere?
- Pop up with yes no and corresponding action
- Not able to do any action on Pop Up Window
- How we run Test For Flash video Click action
- In selenium , using RC/web driver, How to test any Action which depends on a future date?
- The required object is not displaying based on the selenium action - IE7, IE8 & IE9 browsers
Permissions in this forum:
You cannot reply to topics in this forum