phantomwright 0.0.3__tar.gz → 0.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {phantomwright-0.0.3 → phantomwright-0.0.4}/PKG-INFO +3 -3
- {phantomwright-0.0.3 → phantomwright-0.0.4}/README.md +1 -1
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/__init__.py +1 -1
- {phantomwright-0.0.3 → phantomwright-0.0.4}/pyproject.toml +2 -2
- {phantomwright-0.0.3 → phantomwright-0.0.4}/.gitignore +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/LICENSE +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/__init__.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_move_sim.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_wheel_sim.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/__init__.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/_patch_evaluate.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/_patch_goto.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/__init__.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/case_insensitive_dict.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/context_managers.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.app.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.csi.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.hairline.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.load.times.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.runtime.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/error.prototype.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/iframe.contentWindow.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/media.codecs.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.hardwareConcurrency.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.languages.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.permissions.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.platform.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.plugins.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.userAgent.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.vendor.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/webgl.vendor.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/generate.magic.arrays.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/utils.js +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/stealth.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/__init__.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/_patch_evaluate.py +0 -0
- {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/_patch_goto.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: phantomwright
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.4
|
|
4
|
+
Summary: Bridging playwright-core patch + extending playwright API for stealth injection & user simulation
|
|
5
5
|
Project-URL: homepage, https://github.com/ai-microsoft/phantom-wright
|
|
6
6
|
Project-URL: changelog, https://github.com/ai-microsoft/phantom-wright/blob/main/CHANGELOG.md
|
|
7
7
|
Author-email: Hang Yin <hangyin@microsoft.com>, Daniel Wan <benyuwan@microsoft.com>
|
|
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
|
|
21
21
|
## Introduction
|
|
22
22
|
|
|
23
|
-
Phantomwright is a library
|
|
23
|
+
Phantomwright is a library that bridging playwright-core patch + extending playwright API for stealth injection & user simulation, we aim to:
|
|
24
24
|
+ Wrap & Re-export API from patchright, provide basic stealth ability
|
|
25
25
|
+ Provide the ability to extend playwright, thus you can use API to:
|
|
26
26
|
+ Enable stealth injection script
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Introduction
|
|
2
2
|
|
|
3
|
-
Phantomwright is a library
|
|
3
|
+
Phantomwright is a library that bridging playwright-core patch + extending playwright API for stealth injection & user simulation, we aim to:
|
|
4
4
|
+ Wrap & Re-export API from patchright, provide basic stealth ability
|
|
5
5
|
+ Provide the ability to extend playwright, thus you can use API to:
|
|
6
6
|
+ Enable stealth injection script
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "phantomwright"
|
|
3
|
-
version = "0.0.
|
|
4
|
-
description = "
|
|
3
|
+
version = "0.0.4"
|
|
4
|
+
description = "Bridging playwright-core patch + extending playwright API for stealth injection & user simulation"
|
|
5
5
|
authors = [
|
|
6
6
|
{name="Hang Yin", email="hangyin@microsoft.com"},
|
|
7
7
|
{name="Daniel Wan", email="benyuwan@microsoft.com"},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_move_sim.py
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_wheel_sim.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.hairline.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.load.times.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.runtime.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/error.prototype.js
RENAMED
|
File without changes
|
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/media.codecs.js
RENAMED
|
File without changes
|
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.languages.js
RENAMED
|
File without changes
|
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.platform.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.plugins.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.userAgent.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.vendor.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/webgl.vendor.js
RENAMED
|
File without changes
|
{phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/generate.magic.arrays.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|