Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00ea858

Browse files
committed
version / doc.
1 parent 5e28499 commit 00ea858

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

‎ChangeLog.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
#4.0.0 (Unreleased)
21

32

4-
# 4.0.0-preview1 (Prerelease)
5-
Note: V4 have an enormous amount of breakchanges. Most of the cmdlet have been rewriten in a way or another.
63

7-
Duplicate functions have been eliminated along with all aliases that piled up over time. Start-SeDriver provide an unified front to start all the browsers and the $Driver parameter / default driver are no more. Instead, starting a driver make it the active driver. Switching active driver can be accomplished through the Switch-SeDriver cmdlet.
4+
# 4.0.0-preview1 (Prerelease)
5+
Note: V4 have an enormous amount of breakchanges. Most of the cmdlet have been rewriten in a way or another.
6+
Important changes includes, but are not limited to:
7+
- Removing all aliases and duplicate functions
8+
- Removal of -AsDefaultDriver and $Driver parameter in favor of an internal implementation which make the last driver started the active driver. Should you need to switch between 1 or more driver, this can be accomplished through the Switch-SeDriver cmdlet.
89

10+
911
## Added
1012
- Convert-toSeSelenium to convert IDE projects to Selenium-Powershell script
1113
- Update-SeDriver to download the latest driver (Support only Chrome currently)

‎Output/Selenium/ChangeLog.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
#4.0.0 (Unreleased)
21

32

4-
# 4.0.0-preview1 (Prerelease)
5-
Note: V4 have an enormous amount of breakchanges. Most of the cmdlet have been rewriten in a way or another.
63

7-
Duplicate functions have been eliminated along with all aliases that piled up over time. Start-SeDriver provide an unified front to start all the browsers and the $Driver parameter / default driver are no more. Instead, starting a driver make it the active driver. Switching active driver can be accomplished through the Switch-SeDriver cmdlet.
4+
# 4.0.0-preview1 (Prerelease)
5+
Note: V4 have an enormous amount of breakchanges. Most of the cmdlet have been rewriten in a way or another.
6+
Important changes includes, but are not limited to:
7+
- Removing all aliases and duplicate functions
8+
- Removal of -AsDefaultDriver and $Driver parameter in favor of an internal implementation which make the last driver started the active driver. Should you need to switch between 1 or more driver, this can be accomplished through the Switch-SeDriver cmdlet.
89

10+
911
## Added
1012
- Convert-toSeSelenium to convert IDE projects to Selenium-Powershell script
1113
- Update-SeDriver to download the latest driver (Support only Chrome currently)

‎Output/Selenium/Selenium.psd1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# A URL to an icon representing this module.
4141
# IconUri = ''
42-
#Prerelease = 'beta2'
42+
Prerelease = 'preview1'
4343
} # End of PSData hashtable
4444

4545
} # End of PrivateData hashtable

‎Selenium.psd1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# A URL to an icon representing this module.
4141
# IconUri = ''
42-
#Prerelease = 'beta2'
42+
Prerelease = 'preview1'
4343
} # End of PSData hashtable
4444

4545
} # End of PrivateData hashtable

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /