Facebook Login with Selenium for C#
问题 I've been playing with the Selenium C# framework and been trying to do a facebook login, but without any luck. This is what i got so far (based on this post: Testing a Facebook Connect application using Selenium?). I can't get it to work though. ISelenium sel = new DefaultSelenium("localhost", 4444, "*chrome", "http://facebook.com"); public void LoginWithEmailAndPassword(string email, string pass) { sel.Start(); sel.Open("http://www.facebook.com"); sel.ClickAt("//img[\\@alt='Facebook']",