Georgi Georgiev
Georgi Georgiev
Hi @adrianth , I am very confused. What I am expecting is that the `includeTestsFromTemplates` + `tests` should be the pool of tests from which we will filter the final...
I still don't understand - what is the point of parent templates aggregation, if when I use `includeTestsWithTags` in the child it will not respect the parents scope of tests?...
It is working, thanks!
Hi @adrianth , This is not HTTP Authentication modal, but a simple alert box. I tried the same site with pure Selenium and it works fine: ``` @Test public void...
I am using Selenium API version 3.14.0 What version does OpenTest use?
After pulling my hair for hours I found the problem, but I have no logical explanation for it. I put a breakpoint and paused the test before the `click()` and...
@KazuCocoa I just noticed that the attribute values are not the same. `"keyValueString":"logInButtonKey"` vs `"keyValueString":"loginButtonKey"`. Notice the lower case `i` in `login`. So, this was the problem, not the attributes...
Actually, I think I found the solution: ``` Java.type("org.getopentest.selenium.core.SeleniumHelper").getDriver(); ```