Titus Fortner

Results 167 issues of Titus Fortner

### Feature and motivation W3C supports adding timeout values when starting a session, which isn't currently implemented in .NET The existing Timeout classes need to be subclassed or superclassed to...

C-dotnet
I-enhancement
help wanted

### What happened? Per spec, using the attribute endpoint should return only the attribute, not the result of the atom. ### How can we reproduce the issue? ```shell Based on...

R-awaiting answer
C-cpp
I-defect

New releases of IEDriver are now only available on Github https://github.com/SeleniumHQ/selenium/releases Let me know if you need help parsing the Github API to grab those.

### Updates Re-implemented with a simpler approach. 1. Instead of simulating clicks, this calculates the maximum height by just briefly displaying the tab, measuring its height, and then hiding it...

I've been using this in custom-hacked code for a while, but now that I'm upgrading to the most recent tabpane implementation (nice work on that!), I figured I should submit...

This is examples and documentation for the new 4.5 features for installing unsigned firefox addons and updated select list logic. As such, some of these tests should fail until we...

### Feature and motivation Each of the 6 language directories in the example directory should contain a README including describing how a user would clone and run the the tests...

needs-triaging

The goal is to automatically update versions in Documents based on current versions in examples, which requires implementing a gradle example in Java. I'm not sure if what I put...

I'm closing #63, and adding this issue as a placeholder to properly update the watirspecs to ensure the proper functioning of all permutations of nested elements, frames, and their collections.

This is coming from this issue: https://github.com/SeleniumHQ/selenium/issues/9104 Reproduction is very straightforward. I debugged it to this line: https://github.com/enkessler/childprocess/blob/c6260739e86c1cabd9baebd76f2058eea2b1ae16/lib/childprocess/jruby/pump.rb#L14 Not sure why it is getting hung up, what thread join is...