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.
WebDriver is a tool for writing automated tests of websites. It aims to mimic the behavior of a real user, and as such interacts with the HTML of the application. Rather than running as a JavaScript application within the browser (with the limitations this brings, such as the "same origin" ...
1
vote
1answer
52 views
How do I allow Opera to access my intranet without warning from Webdriver tests?
I'm writing some selenium webdriver tests for a Facebook application. I'm running the tests in a Selenium Grid, and I'm seeing a problem when running in Opera (12.15). When the web app is launched in ...
0
votes
1answer
91 views
WebDriver - How to read JavaScript response?
i am trying to write a test for an Facebook Application. I want to verify a Facebook Share.
So in my code i am able to get the Share Window open. When i Click on Share, i want to get the Javascript ...
4
votes
2answers
365 views
How to click Facebook Like button using Webdriver
I'm trying to click Facebook Like button using Webdriver. You can see an example Like button at this page.
After switching to iframe I've tried:
...
0
votes
1answer
354 views
Watir webdriver attaching windows and waiting
I am trying to detect when a Facebook pop-up is displayed to then fill out the Facebook login form. I have tried the attach method, also the wait method, and the sleep method but it seems that as soon ...
8
votes
1answer
679 views
Facebook connect automated testing, recommedations?
Since so many sites use Facebook login/connect for authentication, does Facebook or others have a standard recommendation on how to automate clicking Facebook button to bring up popup, then switch to ...
4
votes
1answer
627 views
Facebook authentication using Selenium WebDriver
Using Selenium WebDriver, I want to handle Facebook authentication and get Access Token with the HtmlUnitDriver, how can i do it?