pydoll-python 2.2.0__tar.gz → 2.2.1__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.
Files changed (95) hide show
  1. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/PKG-INFO +7 -7
  2. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/README.md +6 -6
  3. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/elements/mixins/find_elements_mixin.py +2 -2
  4. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pyproject.toml +1 -1
  5. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/LICENSE +0 -0
  6. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/__init__.py +0 -0
  7. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/__init__.py +0 -0
  8. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/chromium/__init__.py +0 -0
  9. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/chromium/base.py +0 -0
  10. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/chromium/chrome.py +0 -0
  11. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/chromium/edge.py +0 -0
  12. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/interfaces.py +0 -0
  13. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/managers/__init__.py +0 -0
  14. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/managers/browser_options_manager.py +0 -0
  15. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/managers/browser_process_manager.py +0 -0
  16. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/managers/proxy_manager.py +0 -0
  17. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/managers/temp_dir_manager.py +0 -0
  18. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/options.py +0 -0
  19. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/browser/tab.py +0 -0
  20. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/__init__.py +0 -0
  21. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/browser_commands.py +0 -0
  22. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/dom_commands.py +0 -0
  23. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/fetch_commands.py +0 -0
  24. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/input_commands.py +0 -0
  25. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/network_commands.py +0 -0
  26. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/page_commands.py +0 -0
  27. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/runtime_commands.py +0 -0
  28. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/storage_commands.py +0 -0
  29. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/commands/target_commands.py +0 -0
  30. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/connection/__init__.py +0 -0
  31. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/connection/connection_handler.py +0 -0
  32. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/connection/managers/__init__.py +0 -0
  33. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/connection/managers/commands_manager.py +0 -0
  34. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/connection/managers/events_manager.py +0 -0
  35. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/constants.py +0 -0
  36. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/elements/__init__.py +0 -0
  37. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/elements/mixins/__init__.py +0 -0
  38. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/elements/web_element.py +0 -0
  39. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/exceptions.py +0 -0
  40. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/__init__.py +0 -0
  41. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/base.py +0 -0
  42. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/__init__.py +0 -0
  43. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/events.py +0 -0
  44. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/methods.py +0 -0
  45. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/params.py +0 -0
  46. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/responses.py +0 -0
  47. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/browser/types.py +0 -0
  48. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/__init__.py +0 -0
  49. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/events.py +0 -0
  50. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/methods.py +0 -0
  51. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/params.py +0 -0
  52. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/responses.py +0 -0
  53. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/dom/types.py +0 -0
  54. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/__init__.py +0 -0
  55. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/events.py +0 -0
  56. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/methods.py +0 -0
  57. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/params.py +0 -0
  58. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/responses.py +0 -0
  59. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/fetch/types.py +0 -0
  60. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/input/__init__.py +0 -0
  61. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/input/events.py +0 -0
  62. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/input/methods.py +0 -0
  63. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/input/params.py +0 -0
  64. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/input/types.py +0 -0
  65. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/__init__.py +0 -0
  66. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/events.py +0 -0
  67. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/methods.py +0 -0
  68. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/params.py +0 -0
  69. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/responses.py +0 -0
  70. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/network/types.py +0 -0
  71. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/__init__.py +0 -0
  72. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/events.py +0 -0
  73. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/methods.py +0 -0
  74. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/params.py +0 -0
  75. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/responses.py +0 -0
  76. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/page/types.py +0 -0
  77. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/__init__.py +0 -0
  78. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/events.py +0 -0
  79. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/methods.py +0 -0
  80. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/params.py +0 -0
  81. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/responses.py +0 -0
  82. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/runtime/types.py +0 -0
  83. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/__init__.py +0 -0
  84. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/events.py +0 -0
  85. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/methods.py +0 -0
  86. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/params.py +0 -0
  87. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/responses.py +0 -0
  88. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/storage/types.py +0 -0
  89. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/__init__.py +0 -0
  90. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/events.py +0 -0
  91. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/methods.py +0 -0
  92. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/params.py +0 -0
  93. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/responses.py +0 -0
  94. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/protocol/target/types.py +0 -0
  95. {pydoll_python-2.2.0 → pydoll_python-2.2.1}/pydoll/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pydoll-python
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary:
5
5
  Author: Thalison Fernandes
6
6
  Author-email: thalissfernandes99@gmail.com
@@ -44,12 +44,12 @@ Description-Content-Type: text/markdown
44
44
 
45
45
  ## Key Features
46
46
 
47
- 🔹 **Zero Webdrivers!** Say goodbye to webdriver compatibility nightmares
48
- 🔹 **Native Captcha Bypass!** Smoothly handles Cloudflare Turnstile and reCAPTCHA v3*
49
- 🔹 **Async Performance** for lightning-fast automation
50
- 🔹 **Human-like Interactions** that mimic real user behavior
51
- 🔹 **Powerful Event System** for reactive automations
52
- 🔹 **Multi-browser Support** including Chrome and Edge
47
+ - **Zero Webdrivers!** Say goodbye to webdriver compatibility nightmares
48
+ - **Native Captcha Bypass!** Smoothly handles Cloudflare Turnstile and reCAPTCHA v3*
49
+ - **Async Performance** for lightning-fast automation
50
+ - **Human-like Interactions** that mimic real user behavior
51
+ - **Powerful Event System** for reactive automations
52
+ - **Multi-browser Support** including Chrome and Edge
53
53
 
54
54
  ## Why Pydoll Exists
55
55
 
@@ -25,12 +25,12 @@
25
25
 
26
26
  ## Key Features
27
27
 
28
- 🔹 **Zero Webdrivers!** Say goodbye to webdriver compatibility nightmares
29
- 🔹 **Native Captcha Bypass!** Smoothly handles Cloudflare Turnstile and reCAPTCHA v3*
30
- 🔹 **Async Performance** for lightning-fast automation
31
- 🔹 **Human-like Interactions** that mimic real user behavior
32
- 🔹 **Powerful Event System** for reactive automations
33
- 🔹 **Multi-browser Support** including Chrome and Edge
28
+ - **Zero Webdrivers!** Say goodbye to webdriver compatibility nightmares
29
+ - **Native Captcha Bypass!** Smoothly handles Cloudflare Turnstile and reCAPTCHA v3*
30
+ - **Async Performance** for lightning-fast automation
31
+ - **Human-like Interactions** that mimic real user behavior
32
+ - **Powerful Event System** for reactive automations
33
+ - **Multi-browser Support** including Chrome and Edge
34
34
 
35
35
  ## Why Pydoll Exists
36
36
 
@@ -482,8 +482,8 @@ class FindElementsMixin:
482
482
  escaped_value = self._ensure_relative_xpath(escaped_value)
483
483
  script = Scripts.FIND_RELATIVE_XPATH_ELEMENTS.replace('{escaped_value}', escaped_value)
484
484
  command = RuntimeCommands.call_function_on(
485
- object_id,
486
- script,
485
+ function_declaration=script,
486
+ object_id=object_id,
487
487
  return_by_value=False,
488
488
  )
489
489
  else:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pydoll-python"
3
- version = "2.2.0"
3
+ version = "2.2.1"
4
4
  description = ""
5
5
  authors = ["Thalison Fernandes <thalissfernandes99@gmail.com>"]
6
6
  readme = "README.md"
File without changes