我遇到了一些问题。 页面没有显示滚动,因此当我需要查找/单击屏幕中未显示的元素时,我得到一个例外:
(org.openqa.selenium.ElementNotVisibleException:元素不可见
刷新页面有效,但我想知道是否有其他解决方案可以解决这个问题。
答案 0 :(得分:0)
您可以使用Actions类
中的int main(void)
{
srand(clock());//for example
j = 0;
while(1)
{
int swipe=rand() % 20;
PORTD=0b00000000;
for(i=0;i<10;i++)
{
j++;
if(swipe == array[i])
{
PORTD=0b10000000;
break;
}
}
//to show ratio of legal to illegal passcodes...
printf("times through: %d Value of PORTD %d\n", j, PORTD);
}
}
来模拟滚动
moveToElement