Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Selenium-Webdriver provides an API to control and communicate with web browsers.
1
vote
1answer
168 views
How to get Facebook test user email and password after create?
I am using Selenium to test a Facebook auth app. Currently I am using a script in the test suite to create Facebook test users by posting to the test user api found here:
...
1
vote
0answers
182 views
post to facebook wall using selenium and python
I am using firefox 18.0 and selenium webdriver with python(2.7) bindings on windows 7. Using all this I have been able to log in to facebook, go to an user's page , send text to the wall post field. ...
2
votes
1answer
326 views
Logging into Facebook with test account using Selenium
I have some PHP code that creates a Facebook test account in my application using the graph api. I've tested this code out, and it works fine.
I'm having trouble actually logging into Facebook as the ...
0
votes
2answers
1k views
Does Selenium WebDriver support robot framework?
Does Selenium WebDriver support Robot framework?
I have a script to log in facebook using java and Webdriver. Now I want to execute this using any framewrok. Is it possible to execute the tests using ...