Skip to content

Commit 8534eb5

Browse files
authored
Merge pull request #1017 from seleniumbase/refactoring-edge
Refactoring Edge (Chromium)
2 parents 5a5f6d6 + cfe69bc commit 8534eb5

File tree

5 files changed

+190
-196
lines changed

5 files changed

+190
-196
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/actions">
1717
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
1818
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="https://seleniumbase.io">
19-
<img src="https://img.shields.io/badge/docs-%20📓📖📚-11BBCC.svg" alt="SeleniumBase.io Docs" title="SeleniumBase.io Docs" /></a></p>
19+
<img src="https://img.shields.io/badge/docs-%20📓%20📖%20📚-11BBCC.svg" alt="SeleniumBase.io Docs" title="SeleniumBase.io Docs" /></a></p>
2020

2121
<p align="center">SeleniumBase is a complete framework for browser automation and testing with <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>.<br />The API simplifies <a href="https://www.selenium.dev/documentation/">Selenium</a>'s out-of-the-box API, leading to cleaner, maintainable code. <br />Includes advanced features such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">Dashboard</a>, a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder</a>, and <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">JS code generators</a>.</p>
2222

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ more-itertools==5.0.0;python_version<"3.5"
3737
more-itertools==8.10.0;python_version>="3.5"
3838
cssselect==1.1.0
3939
filelock==3.2.1;python_version<"3.6"
40-
filelock==3.3.0;python_version>="3.6"
40+
filelock==3.3.1;python_version>="3.6"
4141
fasteners==0.16;python_version<"3.5"
4242
fasteners==0.16.3;python_version>="3.5"
4343
execnet==1.9.0
@@ -100,7 +100,7 @@ cffi==1.15.0
100100
toml==0.10.2
101101
Pillow==6.2.2;python_version<"3.5"
102102
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
103-
Pillow==8.3.2;python_version>="3.6"
103+
Pillow==8.4.0;python_version>="3.6"
104104
rich==10.12.0;python_version>="3.6" and python_version<"4.0"
105105
tornado==5.1.1;python_version<"3.5"
106106
tornado==6.1;python_version>="3.5"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "1.66.14"
2+
__version__ = "1.67.0"

0 commit comments

Comments
 (0)