Selenium can't find element by xpath

后端 未结 4 2275
半阙折子戏
半阙折子戏 2021-01-06 15:14

I\'ve been working at this for some time now. I\'m using Selenium and WebDriver version 2.33 (with all browsers). I\'m using Java, which should be arbitrary. What I\'m doing

4条回答
  •  我在风中等你
    2021-01-06 15:56

    From your discussion with Amey i deduced that you have only one highchart. so try directly searching for element "highcharts-tracker" using classname i.e By.ClassName("highcharts-tracker") and then hover on this element itself. This would exactly do what you want to achieve.

提交回复
热议问题