vishal

Results 4 comments of vishal

This is how my code look like :- ``` public void validateLineChart() throws InterruptedException { driver.get("http://www.highcharts.com/demo/line-basic"); WebElement highChartSVGElement = driver.findElement(By.id("highcharts-0")); LineChart chartObject = new LineChart(driver, highChartSVGElement); assertThat(chartObject.isChartDisplayed(), is(equalTo(true))); //Verify X...

@Ardesco Did you get a chance to look at the scripts above.

sorry for confusion. I am getting label values but the area i am facing problem is reading tool tip value or moving mouse cursor from one point to another point...

@Ardesco Mainly we have having issues in reading all tool tips . Every time we are getting same value as mentioned in comment 1