pomcorn 0.9.1__tar.gz → 0.9.2__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.

Potentially problematic release.


This version of pomcorn might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pomcorn
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Base implementation of Page Object Model
5
5
  License: MIT
6
6
  Keywords: python,selenium,webdriver,autotests,page object model,page object pattern,page object,pom,parsing,browser
@@ -172,9 +172,9 @@ class PomcornElement(Generic[locators.TLocator]):
172
172
  counted.
173
173
 
174
174
  """
175
- cmd_ctrl = Keys.COMMAND
175
+ cmd_ctrl = Keys.CONTROL
176
176
  if sys.platform.lower() == "darwin":
177
- cmd_ctrl = Keys.CONTROL
177
+ cmd_ctrl = Keys.COMMAND
178
178
 
179
179
  self.send_keys(cmd_ctrl + "a", only_visible=only_visible)
180
180
  self.send_keys(Keys.BACK_SPACE, only_visible=only_visible)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pomcorn"
3
- version = "0.9.1"
3
+ version = "0.9.2"
4
4
  description = "Base implementation of Page Object Model"
5
5
  authors = [
6
6
  "Saritasa <pypi@saritasa.com>",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes