Skip to content

Typo in ThreadGuard.java#17

Closed
intchanter wants to merge 76 commits intoSeleniumHQ:masterfrom
intchanter:master
Closed

Typo in ThreadGuard.java#17
intchanter wants to merge 76 commits intoSeleniumHQ:masterfrom
intchanter:master

Conversation

@intchanter
Copy link
Contributor

The test name had a typo. There are no other references to this exception in the code, and the test is being discovered dynamically.

jimevans and others added 30 commits February 21, 2013 11:10
….NET

The .NET bindings were passing an incorrect command-line switch to
IEDriverServer.exe for the location to extract embedded library files. Fixes issue SeleniumHQ#5211.
…ugin for IE.

Modal dialogs are now checked for existence of the WS_CAPTION style. Note that if IE ever decides to change how it displays alerts, this may begin to cause failures in alert detection. Fixes issue SeleniumHQ#4839.
Most of the server-components (chromedriver.exe, IEDriverServer.exe,
WebDriver Firefox extension) do not understand how to handle the
FileDetector property. They simply approach all file upload as uploading
from the local machine. If you need to upload remotely, use an instance of
the RemoteWebDriver class.
for an element that is not within a form (currently the test is based on
the documented behaviour, but no one of FF, Chrome IE passes this test)
deleteed. Ignored for now because semantics is not defined.
browser names with the references to the constants. Fixes issue 1630
barancev and others added 23 commits February 26, 2013 22:41
…lower than expected rather stopping where we want to.
LogEntry (and dependency on json lib is back too)
This allows the user to set a capability to control how long the IE driver
will attempt to locate an IE browser window belonging to the iexplore.exe
process launched by the driver.

This is to overcome the bug reported by some users that the IELaunchURL
Windows API reports the incorrect process ID for the launched iexplore.exe
process. In this case, there is nothing the IE driver can do about the
problem as the bug is inside IE itself. However, this will allow a user to
exit the offending situation early, and attempt to recover.

The capability expects an integer value, representing the number of
milliseconds the driver will contininue to look for the newly-launched IE
window. Setting the capability to 0 (which is its default value) will
cause the IE driver to wait indefinitely. The default, "indefinite wait"
behavior aligns with the behavior of the IE driver prior to this commit,
and doesn't fix the issue per se by setting an arbitrary timeout, but
rather gives the user the ability to set their own timeout if desired.

Fixes issue SeleniumHQ#4541.
@intchanter
Copy link
Contributor Author

This should only have had one commit. Closing and re-creating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants