File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.20 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
1+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.21 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
22[ ![ Python 3.11 | 3.12 | 3.13 | 3.14+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%20|%203.14%2B&color=blueviolet )] ( https://www.python.org )
33[ ![ Apache 2.0 license] ( https://img.shields.io/static/v1?label=license&message=Apache%202.0&color=blue )] ( https://github.com/jakob-bagterp/browserist/blob/master/LICENSE.md )
44[ ![ Codecov] ( https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J )] ( https://codecov.io/gh/jakob-bagterp/browserist )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Get Started with Web Scraping & Browser Automation
33description : Browserist is the easy way to do web scraping and browser automation with Python and as an extension for the Selenium web driver.
44---
55
6- [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.20 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
6+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.21 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
77[ ![ Python 3.11 | 3.12 | 3.13 | 3.14+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%20|%203.14%2B&color=blueviolet )] ( https://www.python.org )
88[ ![ Apache 2.0 license] ( https://img.shields.io/static/v1?label=license&message=Apache%202.0&color=blue )] ( https://github.com/jakob-bagterp/browserist/blob/master/LICENSE.md )
99[ ![ Codecov] ( https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J )] ( https://codecov.io/gh/jakob-bagterp/browserist )
Original file line number Diff line number Diff line change 11[project ]
22name = " browserist"
3- version = " 1.7.20 "
3+ version = " 1.7.21 "
44description = " Extension for the Selenium web driver that makes browser automation even easier"
55authors = [
66 { name = " Jakob Bagterp" , email = " jakob_bagterp@hotmail.com" }
Original file line number Diff line number Diff line change 1- __version_info__ = (1 , 7 , 20 )
1+ __version_info__ = (1 , 7 , 21 )
22__version__ = "." .join (map (str , __version_info__ ))
You canβt perform that action at this time.
0 commit comments