我無法使用webdriver.io向下滾動。沒有收到任何錯誤消息,只是不滾動。我從Webdrver.io文檔想盡了各種辦法:在webdriver.io上滾動不起作用
他們的it('should demonstrate the scroll command', function() {
var elem = $('#myElement');
// scroll to specific element
elem.scroll();
// scroll to specific element with offset
// scroll offset will be added to elements position
elem.scroll(100, 100);
// scroll to specific x and y position
browser.scroll(0, 250);
});
不工作,有什麼建議?
您可以嘗試操作類的move_to_element(元素)模仿滾動。 – kushal