我正在尝试向右或向左滑动,但是没有按钮或元素可以点击它来滑动。我唯一的选择是向左或向右滑动,就是按住鼠标,然后向两边滑动。我尝试过这种方法,但对我不起作用: Actions action = new Actions(driver);
action.clickAndHold(homePage.HeroImage).build().perform();
//you need to release the control from the test
Thread.sleep(2000);
action.moveToEl
我正在尝试创建一个菜单系统,它可以在父元素的鼠标上方(或悬停)上滑动,在鼠标外滑动--但也可以确保滑动的元素是可访问的,因为它将包含一个供用户使用的选项菜单。
我的html是;
<div id="sidebarDiv">
<div id="slidemenuDiv">
cont here must be accessible
</div>
</div>
我在这个线程中找到了一些解决方案:,但是这是一个向上滑动的场景。另外,我还注意到,动画有点错误--在几个mouseover/mouseou