Jason Cheatham

Results 96 issues of Jason Cheatham

With at least Intern 4.1.5, a tunnel startup failure (say, due to Java being missing on a system using Selenium tunnel) will cause Intern to exit but won't set a...

bug
effort-low
priority-medium

Intern's webdriver code is still using the JSON Wire Protocol for many of its interactions, such as global mouse clicking. The web driver to handle that sort of thing is...

enhancement
effort-high
domain-webdriver
priority-high

The next phase of Intern development is getting underway. The first part of that is doing a bit of discovery to see where Intern is and where it should be...

As the title says, Intern could be making better use of the standard `environments` information for local test sessions. Remote services like BrowserStack use the browser name and version information...

enhancement
effort-medium
domain-tunnels
priority-medium

Cloud services each use different capabilities to specify environments (e.g. browser, platform, etc.). To provide some standardized behavior, Dig Dug can provide a list of all environments supported by a...

enhancement
effort-medium
domain-tunnels
priority-medium

In Intern 4.x (and probably 5-pre), the base coordinate for the `moveMouseTo` command may be incorrect. According to the [JWP spec](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#sessionsessionidmoveto), any offset should be relative to the top-left corner...

bug
effort-medium
domain-webdriver
repo-leadfoot
priority-medium

In Intern 4.x and 5-pre, the pre-set feature capabilities, used when `fixSessionCapabilities` is not false, are incorrect for current versions of Firefox. For example, Firefox + geckodriver supports mouse commands...

bug
effort-medium
domain-webdriver
repo-leadfoot
priority-medium

## Labels The issue tracker may look like like a pastel rainbow, but those tags aren't just for decoration -- here's what the main ones mean: * `effort-x` - How...

information

Run the websocket server and the http server over the same port. This would simplify configuration (no more `socketPort`) and the server code itself (the websocket init code would be...

enhancement
effort-medium
priority-low

If serveOnly mode is enabled, Intern should either always install the Runner reporter or always output status messages to the console.

enhancement
effort-medium
domain-reporters
priority-medium