Commit Graph

  • a79b3d3254
    Update patcher.py new-dl-endpoints Leon 2023-08-25 11:20:57 +0200
  • 3c17427bac
    new-dl-endpoints Leon 2023-08-25 11:17:45 +0200
  • 4928903231
    Added a log message about removing args #1506 Michael Oliver 2023-08-24 10:18:08 -0700
  • b90dc33754
    remove singletonlock if using headless #1505 Michael Oliver 2023-08-24 10:03:25 -0700
  • 8bfa636507
    Integrate desired capabilities into ChromeOptions #1503 jdholtz 2023-08-23 23:11:24 -0500
  • 0e26e6122e
    Add better checking for version_main to add headless flag #1504 jdholtz 2023-08-23 23:30:40 -0500
  • 09cb941ce6
    added fix to reuse headless profiles #1502 Michael Oliver 2023-08-23 15:37:14 -0700
  • 29551bd279
    Remove ARM specification for Macs #1478 jdholtz 2023-08-16 22:14:46 -0500
  • 1ef8e8cead
    Fix reference to is_old_chromedriver when setting platform name jdholtz 2023-08-16 21:18:21 -0500
  • 0ae871fed3
    Fix architecture checks for Mac devices jdholtz 2023-08-16 20:43:16 -0500
  • f91b7d86bc
    Extract all contents from zip file when downloading Chromedriver jdholtz 2023-08-16 11:05:49 -0500
  • 9102a51636
    Set exe name before using it jdholtz 2023-08-16 08:09:01 -0500
  • 25877fd95a
    Add support for Chromedriver versions 115+ jdholtz 2023-08-16 07:42:07 -0500
  • c5be36b8a3
    Update patcher.py #1473 noitsnotit 2023-08-15 22:48:55 -0400
  • 59b62dac88
    Update __init__.py #1454 Kinuseka 2023-08-10 02:51:54 +0800
  • f7fe669e4c
    Update __init__.py #1453 srdgtr 2023-08-09 20:05:51 +0200
  • a415e40b0b
    3.5.2 - minor changes and fixes Leon 2023-08-09 20:02:05 +0200
  • 44c5ea7127 3.5.2 - Minor changes and fixes #1452 unknown 2023-08-09 19:42:11 +0200
  • 1f3d410763
    Merge pull request #1440 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1-1 Leon 2023-08-08 01:03:09 +0200
  • 5edd9a71ca
    Merge pull request #1439 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1 Leon 2023-08-08 01:02:12 +0200
  • a0712f87cb
    Update __init__.py #1440 Leon 2023-08-08 01:01:22 +0200
  • f3a8a62908
    Update patcher.py #1439 Leon 2023-08-08 01:00:07 +0200
  • 8049384e5a
    Update __init__.py Leon 2023-08-08 00:56:49 +0200
  • 47234b0b13
    update patcher, so it does not use older chromedriver binary. Leon 2023-08-08 00:55:40 +0200
  • f756f523fa
    Update (fix) to __init__.py #1438 Carlos Herrera 2023-08-05 20:39:19 -0300
  • 5a63084ac6
    Merge 5d06f9176c into 1c704a71cf #1433 Md Kawsar 2023-07-30 20:19:59 +0000
  • 5d06f9176c
    📝Update README and Fix more than 10 typos #1433 Md Kawsar 2023-07-31 02:18:54 +0600
  • 8f9215f82b Add compatibility to Chrome 115 and unreleased Chrome versions #1427 Rawand Ahmed Shaswar 2023-07-28 14:53:25 +0300
  • eda698f22e
    Update __init__.py Wang Tian 2023-07-22 12:59:42 -0400
  • 32b0bf7d16
    Update __init__.py Wang Tian 2023-07-22 12:58:59 -0400
  • b175acb847
    Expose data_path in Patcher #1409 Ian Macalinao 2023-07-21 16:14:03 +0900
  • 8e1cc3fe20
    Wait for Process IDs to terminate after killing them #1391 jdholtz 2023-07-12 23:21:37 -0500
  • 4219281b1f
    Merge branch 'ultrafunkamsterdam:master' into master Sohag Das Sourav 2023-07-05 16:59:27 +0530
  • 2c74f85f2a
    Update patcher.py Wang Tian 2023-06-25 22:16:56 -0400
  • f1e9ae8b14
    Merge branch 'master' into master kaliiiiiiiiiii 2023-06-25 14:51:49 +0200
  • b1b579cc4e
    Merge branch 'master' into patch-1 #1117 lp177 2023-06-14 17:08:54 +0200
  • bd6177c0b2
    Update __init__.py lp177 2023-06-14 16:57:35 +0200
  • 35c6e786ef Fix of "OSError: [WinError 6] The handle is invalid" #1339 Enes Görkem Genç 2023-06-12 22:47:57 +0300
  • 1c704a71cf
    update README to show importance of IP Leon 2023-06-12 13:46:59 +0200
  • bc1445aac7
    3.5.0 Leon 2023-06-12 12:22:17 +0200
  • 2b035b4ea1 compatible with selenium 4.10. also removed service_args, service_creationflags, service_log_path from constructor. added find_elements_recursive helper function UltrafunkAmsterdam 2023-06-12 11:30:57 +0200
  • b4451b9f4b - pin selenium>=4.10. considerable amount of work was needed to adapt. i cannot keep compatibility for <4.10 and >4.10. - we can use other options object than uc.ChromeOptions, for example selenium.webdriver.chromium.options.ChromiumOptions (woohoo). - added failsafe in case --user_data_dir is added instead of --user-data-dir. - fix double parameters when using options.user_data_dir. eventually the property should go - removed from Chrome.__init__(): service_args=None service_args=None service_log_path=None, vendor_prefix="goog", browser_name="chrome" #1331 3.5.0 unknown 2023-06-08 05:01:31 +0200
  • ac068c0d29
    Merge branch 'master' into master kaliiiiiiiiiii 2023-06-07 07:08:33 +0200
  • 54de2aa732
    Merge 88343b7761 into ebd3508a03 #1289 baidu-lijun 2023-06-04 13:45:34 +0200
  • 0853c3fac1
    Merge bd5480e634 into ebd3508a03 #1296 Tom 2023-06-03 08:44:15 +0100
  • ebd3508a03
    Update workflow.yml #1323 Leon 2023-06-03 03:52:04 +0200
  • 3611632182
    Update workflow.yml Leon 2023-06-03 03:50:07 +0200
  • 38ac0c1529
    Update test_workflow.py Leon 2023-06-03 03:48:29 +0200
  • 6d352fbfa6
    Update test_workflow.py Leon 2023-06-03 03:46:07 +0200
  • b6618390f8
    Update workflow.yml Leon 2023-06-03 03:08:47 +0200
  • b59d9fa47e
    Update test_workflow.py Leon 2023-06-03 03:07:09 +0200
  • 250ee98bb7
    Update test_workflow.py Leon 2023-06-03 02:51:05 +0200
  • 0c197a6b9b
    Update test_workflow.py Leon 2023-06-03 02:39:06 +0200
  • f2d1273dc4
    Update test_workflow.py Leon 2023-06-03 02:30:50 +0200
  • dc7dd12f05
    Update test_workflow.py Leon 2023-06-03 02:10:26 +0200
  • 618e47de35
    Update test_workflow.py Leon 2023-06-03 02:06:49 +0200
  • 7ebd4033be
    Update test_workflow.py Leon 2023-06-03 02:01:52 +0200
  • c2180df88f
    Update test_workflow.py Leon 2023-06-03 01:54:59 +0200
  • 04f45c0823
    Update test_workflow.py Leon 2023-06-03 01:53:42 +0200
  • dc56f5b33b
    Update test_workflow.py Leon 2023-06-03 01:47:52 +0200
  • 6452781268
    Update test_workflow.py Leon 2023-06-03 01:43:50 +0200
  • 4163340324
    Update test_workflow.py Leon 2023-06-03 01:40:27 +0200
  • 3c3fda228a
    Update test_workflow.py Leon 2023-06-03 01:34:28 +0200
  • 073c94f6a9
    Update test_workflow.py Leon 2023-06-03 01:32:04 +0200
  • c53876a83a
    Update test_workflow.py Leon 2023-06-03 01:31:47 +0200
  • e10ac0382b
    Update test_workflow.py Leon 2023-06-03 00:40:33 +0200
  • bebcdc21b5
    Update workflow.yml Leon 2023-06-03 00:34:07 +0200
  • 591fe54cc1
    Update test_workflow.py Leon 2023-06-03 00:23:28 +0200
  • 0ecf670b57
    Update test_workflow.py Leon 2023-06-03 00:21:24 +0200
  • bd81310c26
    Update workflow.yml Leon 2023-06-03 00:15:57 +0200
  • 4db5ce60c5
    Update test_workflow.py Leon 2023-06-03 00:10:28 +0200
  • 4e81361ced
    Update test_workflow.py Leon 2023-06-03 00:06:25 +0200
  • 5c78b7cca3
    Update test_workflow.py Leon 2023-06-02 23:56:53 +0200
  • cbb1cd268d
    Update workflow.yml Leon 2023-06-02 23:55:06 +0200
  • b23d189209
    Update workflow.yml Leon 2023-06-02 23:51:11 +0200
  • feef830190
    Update test_workflow.py Leon 2023-06-02 23:40:15 +0200
  • 1af7b3da0c
    Update test_workflow.py Leon 2023-06-02 23:39:15 +0200
  • 2713a38ddc
    Update workflow.yml Leon 2023-06-02 23:27:41 +0200
  • b3d7e66da7
    Update workflow.yml Leon 2023-06-02 23:25:40 +0200
  • 8cc697e81a
    Update workflow.yml Leon 2023-06-02 23:24:45 +0200
  • 594908a612
    Update workflow.yml Leon 2023-06-02 23:20:31 +0200
  • a2808543a9
    Update test_workflow.py Leon 2023-06-02 23:20:08 +0200
  • 1477e31625
    Update workflow.yml Leon 2023-06-02 23:17:53 +0200
  • ddc61cfa5a
    Update workflow.yml Leon 2023-06-02 23:08:18 +0200
  • c2042fb758
    Create test_workflow.py Leon 2023-06-02 23:07:37 +0200
  • 46b000ae21
    Update __init__.py Leon 2023-06-02 23:04:09 +0200
  • 874cf2852b
    Update __init__.py Leon 2023-06-02 22:44:05 +0200
  • 1a1ba7350b
    Update __init__.py Leon 2023-06-02 22:42:43 +0200
  • 5225881799
    Update __init__.py Leon 2023-06-02 22:34:33 +0200
  • fad2b621c9
    Update example.py Leon 2023-06-02 22:26:00 +0200
  • a24541ab27
    Update workflow.yml Leon 2023-06-02 22:21:19 +0200
  • 6e372935bb
    Update workflow.yml Leon 2023-06-02 22:07:45 +0200
  • 2abe29782f
    Update workflow.yml Leon 2023-06-02 21:59:18 +0200
  • bdcef14e80
    Create workflow.yml Leon 2023-06-02 21:56:42 +0200
  • 841d13d4e9
    Delete main.yml Leon 2023-06-02 21:54:37 +0200
  • 0532d8cd78
    Update main.yml Leon 2023-06-02 21:48:52 +0200
  • aa9ba6fbb2
    Update main.yml Leon 2023-06-02 21:43:29 +0200
  • c2270d4c46
    Create main.yml Leon 2023-06-02 21:41:50 +0200
  • 611b7f6f6b
    Create workflow.yml work_patcher_and_add_mac_arm Leon 2023-06-02 21:39:42 +0200
  • fc25b8f0f9
    Update patcher.py Leon 2023-06-02 21:24:30 +0200