Skip to content

Commit fb3aa45

Browse files
authored
Merge pull request #25 from the-mentor/master
Updated the chrome driver to 76 and I've added .sha256 file for hash verification
2 parents 36b6948 + e4a28b6 commit fb3aa45

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

Selenium.tests.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Import-Module (Join-Path $PSScriptRoot "Selenium.psd1") -Force
22

3+
Describe "Start-SeChrome" {
4+
Context "Should Start Chrome Driver" {
5+
$Driver = Start-SeChrome
6+
Stop-SeDriver $Driver
7+
}
8+
}
9+
10+
Describe "Start-SeFirefox" {
11+
Context "Should Start Firefox Driver" {
12+
$Driver = Start-SeFirefox
13+
Stop-SeDriver $Driver
14+
}
15+
}
16+
317
Describe "Get-SeCookie" {
418
$Driver = Start-SeFirefox
519
Context "Should get cookies from google" {

assemblies/chromedriver.exe

1.77 MB
Binary file not shown.

assemblies/chromedriver.exe.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
66CFA645F83FDE41720BEAC7061A559FD57B6F5CAA83D7918F44DE0F4DD27845

assemblies/geckodriver.exe.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1AE81B2A6F40F7D11BE3C91C4D83977AE0C0897BD5D154C02A6D869B58866B58

0 commit comments

Comments
 (0)