mercredi 1 avril 2015

scroll within a scrollable element with webdriver-io?

How do you scroll within a scrollable element with webdriver-io? I try following code:


client .scroll('#hierarchy_p') .scroll(20, 50);


Or


client .scroll('#hierarchy_p', 20, 50);


But no scroll.


How do run scroll a scrollable element? Thanks.


Aucun commentaire:

Enregistrer un commentaire