selenium invalid element state: Element is not currently interactable and may not be manipulated

24 views
Skip to first unread message

sreedeviv...@gmail.com

unread,
Apr 23, 2018, 11:58:10 AM4/23/18
to Selenium Users
 for(int l=0;l<options1.size();l++){
       
        System.out.println(options1.get(l).getText());

        String optionName = options1.get(l).getText();
        System.out.println("12");
        
      Thread.sleep(250000);
     
        if("TEST1".equals(optionName)){


here it is not entering if loop, before that showing Element is not currently interactable
Reply all
Reply to author
Forward
0 new messages