Java webdriver: Element not visible exception

前端 未结 5 826
一向
一向 2020-12-11 05:31

I\'m having the following problem. I have a dropdown that is hidden so when I make the Select and run the test i get the following error:

 org.openqa.seleniu         


        
5条回答
  •  攒了一身酷
    2020-12-11 06:31

    Haven't tested this, but does the following work?

    s.selectByValue("7ea4b4ea-4f06-4d27-9541-1b0cf3f2aa22");

提交回复
热议问题