History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-448
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Andras Hatvani
Reporter: Hendrik Seffler
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Cannot login to Google

Created: 16/Mar/08 02:29 PM   Updated: 18/Nov/08 06:30 AM
Component/s: Client Driver - Java, Proxy Injection, SSL Support
Affects Version/s: 1.0
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: As seen on Linux / RC 1.0-beta-1


 Description  « Hide
I a demonstration I tried to develop a test that logs in to Google, i failed ;-)...

The code does this (for the German Google, you may need to replace strings...)

{noformat}
selenium.open("http://www.google.de");
selenium.click("link=Anmelden");
selenium.waitForPageToLoad(DEFAULT_SELENIUM_TIMEOUT);
selenium.typeKeys("id=Email", login);
selenium.typeKeys("id=Passwd", password);
selenium.click("signIn");
selenium.waitForPageToLoad(DEFAULT_SELENIUM_TIMEOUT);
{noformat}

Sadly after the click on "Anmelden" (Login) nothing happens, the "waitForPageToLoad" waits and timeouts.

 All   Comments   Work Log   Change History      Sort Order:
Andras Hatvani - 29/Sep/08 06:43 PM
Execution of the provided test case was successful: Was able to log in with valid credentials and got an error message in case of invalid ones.

Andras Hatvani - 29/Sep/08 06:44 PM
Verified on OS X 10.5.5, Firefox 2, SRC 1.0b1

Hendrik Seffler - 30/Sep/08 03:06 AM
It still behaves excactly the same for me using firefox 2 on windows xp using the selenium version the comes with selenium grid.

(Why can I not reopen this, although I am logged in to jira?)

Any more data I can provide?

Andras Hatvani - 10/Oct/08 03:57 AM
Data which could help:
- Server CL parameters
- DefaultSelenium object creation (because of used launcher and base URL)