Php-webdriver: I want to fetch data after scroll down in selenium php facebook web driver through php

Created on 19 Nov 2013  路  2Comments  路  Source: php-webdriver/php-webdriver

Pls Help me how to use scrolldown or click event related to selenium in php
I stucked a lot .

Most helpful comment

Are you looking for

// getting the element
$element = $driver->findElement($by)

// scroll to it
$element->getLocationOnScreenOnceScrolledIntoView()

// click it
$element->click()

All 2 comments

Are you looking for

// getting the element
$element = $driver->findElement($by)

// scroll to it
$element->getLocationOnScreenOnceScrolledIntoView()

// click it
$element->click()

Is there a way to emulate the mouse wheel tho?

Was this page helpful?
0 / 5 - 0 ratings