Anders Steiner
Anders Steiner
Wow, first great work and sorry for the delay here. Second I'm not totally 100% sure about everything in this commit and I will not have time to look into...
Great I'll try to merge this then and release it in the weekend
What do you mean by actions? There is a Bot including static methods like click() select() type(), lots of asserts and other helper methods to check content of web elements....
Please add it to the Bot as static methods and do a PR and I'll merge it!
You mean something similar to the WebDriverRunner which runs tests in all multiple browsers, or just using the other part of the framework (WebComponent, Bot, etc)?
It could be used together with WebsiteGenerator or WebRepositoryGenerator annotation processors. They generate a Website class or WebRepository class with the annotated classes as fields. Though it's undocumented since annotation...
This is currently not possible. I'll have to investigate if this is possible to do with custom Junit runners.
Have you tried the 3.0 version of the Internet Explorer driver?
Oh is that so then don't use 3.0 version ;-) I'll have a look at it ASAP. Are you sure it is not at a selenium issue?
This seems to be an selenium bug, I get the same issue when running plain vanilla selenium code: ``` java public class TestTest { @Test public void test1() { System.setProperty("webdriver.ie.driver",...