andrew-sumner
andrew-sumner
I was just about to raise an issue on this myself as have struck the same problem on work related to issue #56. Any idea when a new version might...
@artkoshelev I have a custom decorator called that I use to initialise the page elements but this decorator is not passed onto inner elements. ``` PageFactory.initElements(new PageObjectAwareHtmlElementDecorator(new HtmlElementLocatorFactory(driver), this), this);...
I have, I’ll post a link to the code tomorrow. On 27/08/2019, at 7:33 AM, IZaiarnyi wrote: @andrew-sumner Have you succeeded to overcome these issues? I am trying to make...
This is my impletentaion, not sure if it will help you or not. I've been meaning to try to get these merged back into this project but haven't yet looked...
I've done a little more investigation since posting this and unfortunately not had the time to take it further. I at least understand why the @timeout feature has been built...
I have to disagree with you about 0 second wait being as unexpected as a 5 second wait: From the selenium documentation: http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp > **Implicit Waits** > An implicit wait...
I give up, close this if you want. I'll be creating a custom locator factory for use on my projects that default to a 0 second wait. I get that...
We've been using [JitPack](https://jitpack.io/) use the lastest version.
I assume the only logs are what appears on the console when running the binary? That only states that it's listening.
I don't think it's firewall related as everything is running locally. I've created a test using C# / RemoteWebDriver / Chrome using selenoid and that works fine, takes videos and...