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.9 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
1+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.10 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
22[ ![ Python 3.11 | 3.12 | 3.13+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%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.9 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
6+ [ ![ Latest version] ( https://img.shields.io/static/v1?label=version&message=1.7.10 &color=yellowgreen )] ( https://github.com/jakob-bagterp/browserist/releases/latest )
77[ ![ Python 3.11 | 3.12 | 3.13+] ( https://img.shields.io/static/v1?label=python&message=3.11%20|%203.12%20|%203.13%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[metadata]
22name = browserist
3- version = 1.7.9
3+ version = 1.7.10
44author = Jakob Bagterp
55author_email = jakob_bagterp@hotmail.com
66maintainer = Jakob Bagterp
Original file line number Diff line number Diff line change 1- __version_info__ = (1 , 7 , 9 )
1+ __version_info__ = (1 , 7 , 10 )
22__version__ = "." .join (map (str , __version_info__ ))
You canβt perform that action at this time.
0 commit comments