You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marked LeftClick() and LinkClick() tests as [Category(Category.FLAKEY)] : Have not worked out yet why these tests are failing. Re-running these tests and they pass. It's on the backlog to find out why.
new test WindowSwitchToTitleContainingTest()
new test WindowSwitchToNonExistentThrowsTest() : move the slow part of the test into a seperate test and mark as VerySlow.
new test SwitchToPopupTest() : test popup windows.
two link buttons to TestApplication/Views/Home/Index.cshtml to launch pop up windows for testing.
Changed
I.Switch.Window(x) now switches to windows where url contains x or window title contains x. Previously it was url endswith, which would fail if your url contained query params.
added counting elements to CountTests.cs.
Fixed
fixed bug No target with given id that sometimes occurrs when switching windows with alerts and where size of window changes.
home button on TestApplication/Views/Shared/Layout.cshtml did not take you back to home. Useful to have this link working when manually debugging.