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
- Converted monolythic module into a scaffolded module through a Plaster template. Module will now have a debug version and a compiled version that need to be built with Invoke-Build. See the Debug folder for additional informations on how to debug.
13
+
14
+
- Open-SeUrl removed in favor of Set-SeUrl
15
+
- Send-SeKeys won't return an exception if you send $null or empty strings.
16
+
- Stop-SeDriver won't throw exceptions anymore when celled multiple times on a driver already closed.
9
17
10
18
# 3.0.0 - 3/31/2020
11
19
12
20
## Changed
13
21
14
22
- Fixed issue with importing module in PSv5.1 - https://github.com/adamdriscoll/selenium-powershell/issues/69
15
23
- Updated Chrome drivers
16
-
- Converted monolythic module into a scaffolded module through a Plaster template. Module will now have a debug version and a compiled version that need to be built with Invoke-Build. See the Debug folder for additional informations on how to debug.
0 commit comments