-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding IE-specific test for element obscured by invisible element in …
…z-order
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="UTF-8"> | ||
<title>Selenium Test</title> | ||
</head> | ||
<body> | ||
<a id="gLink" href="https://www.google.com">Google</a> | ||
<div style="visibility: hidden; width: 400px; height:250px; border: 0px solid blue; position: absolute; left: 0; top: 0; z-index: 100001;"> | ||
<table style="width:400px;height:250px; border:1px solid black; margin:0; background-color:white"> | ||
<tbody><tr> | ||
<td> | ||
<table valign="top" style="border-top:1px solid #E9F6FF;border-left:1px solid #E9F6FF; border-bottom:1px solid #3E5F80; width: 100%;"> | ||
<tbody><tr> | ||
<td> Login </td> | ||
</tr> | ||
</tbody></table> | ||
</td> | ||
</tr> | ||
<tr><td style="background: #778CA5;"> </td></tr> | ||
<tr><td style="width:15px;height:15px; background: #778CA5;"> </td></tr> | ||
</tbody></table> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<Playlist Version="1.0"><Add Test="OpenQA.Selenium.IE.IeSpecificTests.AlertSelectTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.KeysTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ScrollTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ScrollingFrameTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.InputOnChangeAlert" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldNotScrollIfAlreadyScrolledAndElementIsInView" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToStartMoreThanOneInstanceOfTheIEDriverSimultaneously" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldHandleShowModalDialogWindows" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToBrowseTransformedXml" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToHandleCascadingModalDialogsLaunchedWithJavaScriptLinks" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldNotScrollOverflowElementsWhichAreVisible" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldPropagateSessionCookies" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToHandleCascadingModalDialogs" /></Playlist> | ||
<Playlist Version="1.0"><Add Test="OpenQA.Selenium.IE.IeSpecificTests.AlertSelectTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.KeysTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ScrollTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ScrollingFrameTest" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.InputOnChangeAlert" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldNotScrollIfAlreadyScrolledAndElementIsInView" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToStartMoreThanOneInstanceOfTheIEDriverSimultaneously" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldHandleShowModalDialogWindows" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToBrowseTransformedXml" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToHandleCascadingModalDialogsLaunchedWithJavaScriptLinks" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldNotScrollOverflowElementsWhichAreVisible" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldPropagateSessionCookies" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.ShouldBeAbleToHandleCascadingModalDialogs" /><Add Test="OpenQA.Selenium.IE.IeSpecificTests.TestInvisibleZOrder" /></Playlist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters