andrew-sumner

Results 31 comments of andrew-sumner
trafficstars

I've got the same problem with "data azuread_application". I can't update the release pipeline to remove and then add back that step, so instead I've be editing the state file...

I need to use WebDriverWait in my html element but am unable to do this currently because the constructor requires a WebDriver object. Is there any chance you can implement...

I have a responsive web application with two different navigation menu's: one for phone layout and one for desktop layout. I'm using the HtmlElement as a wrapper for the navigation...

I hadn't seen the @Timeout annotation before, but found it buried in the release notes. It may meet this requirement, I'll have to look into the implementation a bit more...

I certainly understand that you want to keep to a pure page object pattern, unfortunately for me that comes at the cost of some flexibility in how I can use...

@artkoshelev I'm not convinced that I would use an @iframe annotation, i'd prefer to handle that myself. You state "_which will handle frame switching before and after method execution_", I...

@Actine Thanks for the suggestion - I've implement it and it was so easy given the changes in the latest version of htmlelements. Here's my implementation for anyone else that...

PR now passes sonar checks...

I’ve got a significant enhancement to this that I’m using on my project that I’ve been meaning to add here. I’ll get this in and add some tests - hopefully...