Answer the question
In order to leave comments, you need to log in
What is the peculiarity of document parsing by web driver?
I am using Selenium and facebook/php-webdriver.
Team
$messages = $driver->findElement(WebDriverBy::id("messenger"))->findElement(WebDriverBy::className("messenger-channels"))->findElements(WebDriverBy::className("messenger-channel"));
$messages = $driver->findElements(WebDriverBy::className("messenger-channel"));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question