Questions tagged [facebook-webdriver]
6 questions
1
vote
1 answer
Can we remotly control iPhone connected to remote machine to trust developer (for provisioning profile)?
I'm working on remote mac machine using Team Viewer.
At times I need to build WebDriverAgent project on that machine and manually trust the WebDriverAgentRunner and Initegration app on the connected iPhone.
But remotely I cannot interact with the…

Deepak Arora
- 31
- 6
1
vote
1 answer
Facebook Webdriver dosen't open a url inside Foreach
Good afternoon,
I am trying to open several links within a foreach using Facebook WebDriver, but it only opens the first one.
The links are arriving correctly, string, but on the second link it hangs and displays the error below.
It seems to me that…

Gustavo Filgueiras
- 353
- 2
- 3
- 11
1
vote
2 answers
cannot install panther under symfony 5
I really need help because I cannot install panther at Symfony 5 project. The Symfony/panther requires facebook/webdriver and everytime I did : composer require facebook/webdriver or composer req symfony/panther
I got this error message :
-…

JoeBassam
- 11
- 4
1
vote
1 answer
Selenium finds element, but can't interact with it due to element ID missing
So I had a perfectly working code, up until I was playing with other parts of the script today, and one part all of a suddent stopped working, my code is:
$host = 'http://host.com:4444/wd/hub';
$caps= DesiredCapabilities::chrome();
$options = new…

Saulius Antanavicius
- 1,371
- 6
- 25
- 55
0
votes
1 answer
Removing "This site is attempting to open a pop-up window" on WebDriver (PHP)
I'm testing on BrowserStack using Facebook WebDriver (PHP). I'm testing on iPhone, and when my website opens a URL on a new tab, the popup blocker comes up with the message: "This site is attempting to open a pop-up window". I'm trying to accept the…

RF-Wan-Kenobi
- 1
- 1
0
votes
1 answer
Clear textarea with facebook webdriver
I'm using the PHP facebook/webdriver package to handle some web automation testing.
I have been unable to clear the content of a

Jon Cram
- 16,609
- 24
- 76
- 107