kviji
Results
1
issues of
kviji
I am trying to moveTo an element using the following code Actions action = new Actions(driver); action.moveToElement(driver.findElement(By.name("Troubleshooting"))); action.perform(); The test has passed but the element is not scrolled into view....
Bug