Skip to content

Commit 96d1e09

Browse files
unknownunknown
authored andcommitted
Updated examples
1 parent 186eb82 commit 96d1e09

File tree

9 files changed

+8
-4
lines changed

9 files changed

+8
-4
lines changed
8 Bytes
Binary file not shown.

Examples/Excel/CloudSauceLab.xlsm

18 Bytes
Binary file not shown.

Examples/Excel/Examples.xlsm

25.4 KB
Binary file not shown.
22 Bytes
Binary file not shown.
21.6 KB
Binary file not shown.

Examples/VBScript/PageObject.vbs

5.69 KB
Binary file not shown.

Selenium/Assert.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ namespace Selenium {
2323
/// driver.stop
2424
/// </code>
2525
///
26-
/// <code lang="vbs">
26+
/// <code lang="vbs">
27+
/// Private Assert As New Selenium.Assert
28+
///
2729
/// Public Sub TestCase()
28-
/// Dim driver As New Selenium.FirefoxDriver, Assert as New Selenium.Assert
30+
/// Dim driver As New Selenium.FirefoxDriver
2931
/// driver.get "http://www.google.com"
3032
/// Assert.Equals "Google", driver.Title
3133
/// driver.stop

Selenium/Verify.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ namespace Selenium {
2323
/// driver.stop
2424
/// </code>
2525
///
26-
/// <code lang="vbs">
26+
/// <code lang="vbs">
27+
/// Private Verify As New Selenium.Verify
28+
///
2729
/// Public Sub TestCase()
28-
/// Dim driver As New FirefoxDriver, Verify as New Verify
30+
/// Dim driver As New FirefoxDriver
2931
/// driver.Get "http://www.google.com"
3032
/// Range("A1") = Verify.Equals("Google", driver.Title)
3133
/// driver.Quit

Templates/Selenium.xltm

10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)