Element not clickable when using FindElement on another WebElement

后端 未结 0 1314
半阙折子戏
半阙折子戏 2021-01-23 03:02

I have a weird problem:

When I locate an element via:

WebElement e1 = driver.findElement(By.xpath("//div1"));
WebElement e2 = e1.findElement(By.x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题