I want to write some ui test for one of our apps for Sharepoint but to this we need to log into Sharepoint and Selenium does not have support for this. We got the auto login to work for chrome and ie but FF refuses to work. i read all about setting the ntlm auth and trusted uri in about:config and i did but it won't work. i tried adding the domain as trusted(.domainname) i added the exact url for the page with the app, i tried adding the machine name where sharepoint is hosted, i tried everything i could find and everyone says it should work with these things but for me it does not(it writes the username and password in the fields but it wont submit it). Is there some external setting for security that might be preventing this from working since everywhere i looked everyone says that these settings solved their problems. i know i could use like an autoit script to simply send an enter key to log in but i would rather avoid using external tools and stick to pure selenium testing.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/529e2fa7-803a-459c-9123-49219a4846df%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/db2a081d-416e-437c-9971-c78f38e09675%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/db2a081d-416e-437c-9971-c78f38e09675%40googlegroups.com.
public void authenticateUsing(Credentials credentials) {
throw new UnsupportedCommandException("Not implemented yet");
}
Take a look at this post : http://watirmelon.com/2012/06/27/automatic-firefox-authentication-when-using-selenium-webdriver-with-autoauth/
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/8625ff49-85c2-425b-b8d2-c5347e334d2f%40googlegroups.com.