Marcio Marchini

Results 84 comments of Marcio Marchini

It seems to be a problem in dokku 0.4.5 itself. Even after disabling the plugin I have the problem.

I am having the exact same problem, with TAB. I have tried: \t \t !- ${KEY_BACKSPACE} -! !- $KEY_BACKSPACE -! 	 None of these worked

One of the problems I see is in class com.xebia.incubator.xebium.fastseleniumemulation.Type. It is missing a bunch (like tab, backspace etc): ``` @Override protected Void handleSeleneseCommand(WebDriver driver, String locator, String value) {...

I patched the code above to support TAB and it works: ``` @Override protected Void handleSeleneseCommand(WebDriver driver, String locator, String value) { alertOverride.replaceAlertMethod(driver); if (value == null) { value =...

The 08 above is preceded by 2 backslashes in the table cell. Somehow one slash was eaten by the formatting here. Just one backslash will not work.

In the fork I made, I solved this in a slightly different way now. I populate the special keys in the alias map. So now I have to precede its...

I believe the fix should be something like (in SeleniumDriverFixture): ``` private void setTimeoutOnSelenium() { executeCommand("setTimeout", new String[] { "" + this.timeout }); WebDriver.Timeouts timeouts = getWebDriver().manage().timeouts(); timeouts.setScriptTimeout(this.timeout, TimeUnit.MILLISECONDS); if...

As a positive side-effect, it would eliminate CORS issues such as #42

CLI alternative: https://github.com/dprgarner/tech-radar-generator