Commit Graph

273 Commits

Author SHA1 Message Date
Leon 76f136721b
Update README.md 2020-09-13 11:44:38 +02:00
Leon 4c5ecc8f67
Update __init__.py 2020-09-13 11:36:47 +02:00
ultrafunkamsterdam b7685af668 added to pip package index 2020-09-03 22:12:09 +02:00
Leon 97682e3f9f
Merge pull request #23 from ultrafunkamsterdam/dev-patch-85-1
update 85 and updated version check
2020-09-02 05:14:14 +02:00
Leon fe2dbc0f0a
Update setup.py 2020-09-02 05:01:25 +02:00
Leon 6e0f49797d
Update __init__.py 2020-09-02 04:45:12 +02:00
Leon f3c040297a
Update README.md 2020-09-02 04:11:20 +02:00
Leon 8810c70e08
set default target to version 84 2020-08-01 15:08:18 +02:00
Leon 1d9373ccbf
Update README.md 2020-07-02 14:05:00 +02:00
Leon 944b97519e
Update README.md 2020-07-02 14:03:52 +02:00
Leon 9d7259b46d
Update README.md 2020-06-15 20:36:00 +02:00
Leon 01f6f958b6
Update README.md 2020-06-15 20:20:47 +02:00
Leon 7cc60f52a3
Updated readme, removed 1 line, tested v84 (and somehow used 5 commits)
Updated readme, removed unused platform key, tested v84
2020-06-15 19:27:40 +02:00
Leon 71cd7db89c
Update README.md 2020-06-15 19:23:26 +02:00
Leon f8ac6c1039
Update README.md 2020-06-15 19:18:49 +02:00
Leon 3658fb38eb
Update setup.py 2020-06-15 19:17:32 +02:00
Leon 482ba0181f
Update README.md 2020-06-15 19:16:19 +02:00
Leon dd89df1666
removed the "platform" key of Network.setUserAgentOverride
It did nothing but causing confusion :)
2020-06-15 18:46:07 +02:00
Leon a806dc0f67
Update README.md 2020-06-15 18:31:48 +02:00
Leon 1b27e0b80a
Merge pull request #9 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1
Version bump
2020-06-03 13:46:36 +02:00
Leon c9a6bf87aa
Update setup.py 2020-06-03 13:45:16 +02:00
Leon fee707a054
Update __init__.py 2020-06-03 13:44:22 +02:00
Leon c259e3c9a7
Update README.md 2020-05-20 21:26:11 +02:00
UltrafunkAmsterdam 2d2401caa5 fixed the TARGET_VERSION variable. is now actually evaluated at execution time so the correct chromedriver for your version of chrome is being downloaded... + some refactorings 2020-05-19 20:55:13 +02:00
Leon 9cd00ce07f
fix small bug in TARGET_VERSION 2020-05-13 22:18:20 +02:00
Leon 3293fb347f
Update __init__.py 2020-05-12 19:56:49 +02:00
Leon 3481948014
version bump 2020-05-12 19:47:07 +02:00
Leon bd3e272989
Update README.md 2020-05-12 19:42:15 +02:00
Leon f3fdf9b78e
Update __init__.py 2020-04-24 14:02:15 +02:00
Leon 235ca3afb7
Update README.md 2020-04-24 14:01:00 +02:00
Leon be40873506
Update __init__.py 2020-03-06 21:20:31 +01:00
Leon 4d253ef037
Update __init__.py 2020-03-03 15:30:48 +01:00
Leon e5c00010c4
Update __init__.py 2020-03-03 15:22:38 +01:00
Leon 0cf15a2531
Update __init__.py 2020-03-03 15:20:42 +01:00
Leon a44e52751b
Update __init__.py 2020-03-03 15:17:50 +01:00
Leon 71ea65eb67
fix compatibility for linux/mac 2020-03-03 15:03:49 +01:00
Leon 7526b41e6f
Update __init__.py 2020-03-03 14:57:09 +01:00
Leon ecc92cd109
fix compatibility linux/mac 2020-03-03 14:53:55 +01:00
Leon cbe27643d0
compatibility linux and mac 2020-03-03 14:51:10 +01:00
Leon c73b1c8e23
Update __init__.py 2020-03-03 14:48:10 +01:00
Leon 6928d9b4c8
backwards compatibility
```
import undetected_chromedriver as uc
uc.TARGET_VERSION = 79     #78, 77, ...
driver = uc.Chrome()
```
2020-02-25 18:23:07 +01:00
Leon 10031a295f
backwards compatibility
```
import undetected_chromedriver as uc
uc.TARGET_VERSION = 79
uc.install()
```
2020-02-25 18:14:20 +01:00
Leon f90b7354b9
Update README.md 2020-02-03 09:50:59 +01:00
Leon bf360b9808
Merge pull request #2 from TJM4/master
Fixed bug where webdriver property could be detected
2020-01-26 16:06:23 +01:00
Thomas Milburn c9708ee830 Fixed bug where webdriver property could be detected 2020-01-26 11:46:01 +00:00
Leon a80ce8db0b
version bump 2020-01-02 10:10:53 +01:00
Leon 2b7ba9dc74
Update setup.py 2020-01-02 09:57:30 +01:00
Leon 17ba900910
Update __init__.py 2020-01-02 09:56:43 +01:00
Leon 725eeba0ad
Update README.md 2020-01-02 09:55:42 +01:00
Leon 2975eb5aff
Update __init__.py 2020-01-01 22:31:35 +01:00