erdi
changed the title
Add a shortcut property on Browser to obtain the active (focused) WebElement
Add a shortcut property on Navigable to obtain a Navigator wrapping the active (focused) WebElement
Dec 21, 2018
erdi
changed the title
Add a shortcut property on Navigable to obtain a Navigator wrapping the active (focused) WebElement
Add focused() method on Navigable which obtains a Navigator wrapping the active (focused) WebElement
Dec 21, 2018
Implementation should just return
driver.switchTo().activeElement()
.The text was updated successfully, but these errors were encountered: