selenium - EventFiringWebDriver does not register WebElement -
i testing frontend selenium using eventfiringwebdriver log webelement manipulation.
findelement() calls work alright, if get webelement through javascriptexecutor, though, webdrivereventlistener's listeners don't called when interact (click, sendkeys, etc.) element. there way make listener work webelements come javascriptexecutor's executescript()?
unfortunately since interacting javascript , not events on webpage events aren't considered fired far eventlistener concerned. you'll have manually manipulate elements though enduser listener notice.
Comments
Post a Comment