-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'trunk' into add-duration-to-action-constructor
- Loading branch information
Showing
57 changed files
with
3,422 additions
and
5,509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,22 +143,6 @@ jobs: | |
- name: Set resolution | ||
if: inputs.os == 'windows' && inputs.browser != '' | ||
run: Set-DisplayResolution -Width 1920 -Height 1080 -Force | ||
- name: Setup Chrome | ||
if: inputs.browser == 'chrome' | ||
uses: browser-actions/setup-chrome@latest | ||
with: | ||
chrome-version: ${{ inputs.browser-version || 'stable' }} | ||
- name: Setup Firefox | ||
if: inputs.browser == 'firefox' | ||
uses: abhi1693/[email protected] | ||
with: | ||
browser: firefox | ||
version: ${{ inputs.browser-version || 'latest' }} | ||
- name: Setup Edge | ||
if: inputs.browser == 'edge' | ||
uses: browser-actions/setup-edge@latest | ||
with: | ||
edge-version: ${{ inputs.browser-version || 'stable' }} | ||
- name: Setup Safari | ||
if: inputs.browser == 'safari' | ||
run: sudo safaridriver --enable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
common/extensions/webextensions-selenium-example-signed/META-INF/cose.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Manifest-Version: 1.0 | ||
|
||
Name: inject.js | ||
Digest-Algorithms: SHA1 SHA256 | ||
SHA1-Digest: b2nrco3zOUBDJuyARPlsNEU8O9A= | ||
SHA256-Digest: lU8GPe0dnC/AH4PaP0/akwta9vNay0n7fsgkBOieLsg= | ||
|
||
Name: manifest.json | ||
Digest-Algorithms: SHA1 SHA256 | ||
SHA1-Digest: EjY6pS7xUwQxN7ijQqys3bdEHHc= | ||
SHA256-Digest: eLH2wKnhmjOvDJk/13OJMeh+X4sdlSpbOIfyhp44Zaw= | ||
|
Binary file added
BIN
+3.05 KB
common/extensions/webextensions-selenium-example-signed/META-INF/cose.sig
Binary file not shown.
Oops, something went wrong.