@uuv/playwright 2.17.1 → 2.17.3

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 (78) hide show
  1. package/dist/cucumber/step_definitions/playwright/generated/_en-generated-cucumber-steps-definition.js +7 -7
  2. package/dist/cucumber/step_definitions/playwright/generated/_fr-generated-cucumber-steps-definition.js +7 -7
  3. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_button.js +3 -3
  4. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_checkbox.js +3 -3
  5. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_combobox.js +3 -3
  6. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_link.js +3 -3
  7. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_listbox.js +3 -3
  8. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitem.js +3 -3
  9. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.js +3 -3
  10. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +3 -3
  11. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_radio.js +3 -3
  12. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_search.js +3 -3
  13. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_searchbox.js +3 -3
  14. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_select.js +3 -3
  15. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_slider.js +3 -3
  16. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_spinbutton.js +3 -3
  17. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_switch.js +3 -3
  18. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_tab.js +3 -3
  19. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_textbox.js +3 -3
  20. package/dist/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_widget.js +3 -3
  21. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_button.js +3 -3
  22. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +3 -3
  23. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_combobox.js +3 -3
  24. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_link.js +3 -3
  25. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_listbox.js +3 -3
  26. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitem.js +3 -3
  27. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.js +3 -3
  28. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +3 -3
  29. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_radio.js +3 -3
  30. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_search.js +3 -3
  31. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_searchbox.js +3 -3
  32. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_select.js +3 -3
  33. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_slider.js +3 -3
  34. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.js +3 -3
  35. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_switch.js +3 -3
  36. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_tab.js +3 -3
  37. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_textbox.js +3 -3
  38. package/dist/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_widget.js +3 -3
  39. package/package.json +2 -2
  40. package/src/cucumber/step_definitions/playwright/generated/_en-generated-cucumber-steps-definition.ts +7 -7
  41. package/src/cucumber/step_definitions/playwright/generated/_fr-generated-cucumber-steps-definition.ts +7 -7
  42. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -3
  43. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +3 -3
  44. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -3
  45. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -3
  46. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -3
  47. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -3
  48. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -3
  49. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +3 -3
  50. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_radio.ts +3 -3
  51. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -3
  52. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -3
  53. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -3
  54. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -3
  55. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -3
  56. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -3
  57. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -3
  58. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -3
  59. package/src/cucumber/step_definitions/playwright/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -3
  60. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -3
  61. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +3 -3
  62. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -3
  63. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -3
  64. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -3
  65. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -3
  66. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -3
  67. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +3 -3
  68. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +3 -3
  69. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -3
  70. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -3
  71. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -3
  72. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -3
  73. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -3
  74. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -3
  75. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -3
  76. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -3
  77. package/src/cucumber/step_definitions/playwright/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -3
  78. package/target-config/cucumber.cjs +1 -4
@@ -38,7 +38,7 @@ const path_1 = __importDefault(require("path"));
38
38
  await this.page.setViewportSize({ width: width, height: height });
39
39
  });
40
40
  /**
41
- * Start a keyboard navigation session from the top of the page
41
+ * Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
42
42
  * */
43
43
  (0, cucumber_1.Given)(`I start a keyboard navigation from the top of the page`, async function () {
44
44
  await this.page.mouse.click(0.5, 0.5);
@@ -127,13 +127,13 @@ const path_1 = __importDefault(require("path"));
127
127
  await pressKey(this, key);
128
128
  });
129
129
  /**
130
- * Move to the previous html element that can be reached with back Tab
130
+ * Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
131
131
  * */
132
132
  (0, cucumber_1.When)(`I go to previous keyboard element`, async function () {
133
133
  await this.page.keyboard.press("ShiftLeft+Tab");
134
134
  });
135
135
  /**
136
- * Move to the next html element that can be reached with Tab
136
+ * Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
137
137
  * */
138
138
  (0, cucumber_1.When)(`I go to next keyboard element`, async function () {
139
139
  await this.page.keyboard.press("Tab");
@@ -323,13 +323,13 @@ function getConfigDir() {
323
323
  await (0, core_engine_1.findWithRoleAndNameAndContent)(this, expectedRole, name, expectedTextContent);
324
324
  });
325
325
  /**
326
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
326
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
327
327
  * */
328
328
  (0, cucumber_1.Then)(`the element with role {string} and name {string} should be keyboard focused`, async function (expectedRole, name) {
329
329
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, expectedRole, name);
330
330
  });
331
331
  /**
332
- * Checks that the Html element with the specified selector is focused
332
+ * Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
333
333
  * */
334
334
  (0, cucumber_1.Then)(`the element with selector {string} should be keyboard focused`, async function (selector) {
335
335
  await (0, core_engine_1.getPageOrElement)(this).then(async (element) => {
@@ -377,14 +377,14 @@ function getConfigDir() {
377
377
  });
378
378
  });
379
379
  /**
380
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
380
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
381
381
  * */
382
382
  (0, cucumber_1.When)(`the previous keyboard element focused should have name {string} and role {string}`, async function (expectedRole, name) {
383
383
  await this.page.keyboard.press("ShiftLeft+Tab");
384
384
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, expectedRole, name);
385
385
  });
386
386
  /**
387
- * "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
387
+ * "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
388
388
  * */
389
389
  (0, cucumber_1.When)(`the next keyboard element focused should have name {string} and role {string}`, async function (expectedRole, name) {
390
390
  await this.page.keyboard.press("Tab");
@@ -38,7 +38,7 @@ const path_1 = __importDefault(require("path"));
38
38
  await this.page.setViewportSize({ width: width, height: height });
39
39
  });
40
40
  /**
41
- * Démarre une session de navigation au clavier à partir du haut de la page
41
+ * Démarre une session de navigation au clavier à partir du haut de la page<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
42
42
  * */
43
43
  (0, cucumber_1.Given)(`je commence une navigation au clavier depuis le haut de la page`, async function () {
44
44
  await this.page.mouse.click(0.5, 0.5);
@@ -127,13 +127,13 @@ const path_1 = __importDefault(require("path"));
127
127
  await pressKey(this, key);
128
128
  });
129
129
  /**
130
- * se déplace au précédent élément HTML atteignable avec la tabulation retour
130
+ * se déplace au précédent élément HTML atteignable avec la tabulation retour<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
131
131
  * */
132
132
  (0, cucumber_1.When)(`je vais au précédent élément au clavier`, async function () {
133
133
  await this.page.keyboard.press("ShiftLeft+Tab");
134
134
  });
135
135
  /**
136
- * se déplace au prochain élément HTML atteignable avec la tabulation
136
+ * se déplace au prochain élément HTML atteignable avec la tabulation<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
137
137
  * */
138
138
  (0, cucumber_1.When)(`je vais au prochain élément au clavier`, async function () {
139
139
  await this.page.keyboard.press("Tab");
@@ -323,13 +323,13 @@ function getConfigDir() {
323
323
  await (0, core_engine_1.findWithRoleAndNameAndContent)(this, expectedRole, name, expectedTextContent);
324
324
  });
325
325
  /**
326
- * Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus
326
+ * Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
327
327
  * */
328
328
  (0, cucumber_1.Then)(`l'élément avec le rôle {string} et le nom {string} doit avoir le focus clavier`, async function (expectedRole, name) {
329
329
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, expectedRole, name);
330
330
  });
331
331
  /**
332
- * Vérifie que l'élément Html avec le sélecteur est focus
332
+ * Vérifie que l'élément Html avec le sélecteur est focus<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
333
333
  * */
334
334
  (0, cucumber_1.Then)(`l'élément avec le sélecteur {string} doit avoir le focus clavier`, async function (selector) {
335
335
  await (0, core_engine_1.getPageOrElement)(this).then(async (element) => {
@@ -377,14 +377,14 @@ function getConfigDir() {
377
377
  });
378
378
  });
379
379
  /**
380
- * Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier
380
+ * Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
381
381
  * */
382
382
  (0, cucumber_1.When)(`le précédent élément avec le focus clavier doit avoir le role {string} et le nom {string}`, async function (expectedRole, name) {
383
383
  await this.page.keyboard.press("ShiftLeft+Tab");
384
384
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, expectedRole, name);
385
385
  });
386
386
  /**
387
- * "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier
387
+ * "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>
388
388
  * */
389
389
  (0, cucumber_1.When)(`le prochain élément avec le focus clavier doit avoir le role {string} et le nom {string}`, async function (expectedRole, name) {
390
390
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a button named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "button", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a button named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "button", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a button named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a checkbox named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "checkbox", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a checkbox named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "checkbox", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a checkbox named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a combo box named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "combobox", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a combo box named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "combobox", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a combo box named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a link named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "link", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a link named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "link", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a link named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a list box named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "listbox", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a list box named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "listbox", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a list box named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a menuitem named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitem", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a menuitem named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitem", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a menuitem named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a menuitemcheckbox named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitemcheckbox", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a menuitemcheckbox named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitemcheckbox", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a menuitemcheckbox named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a menuitemradio named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitemradio", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a menuitemradio named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "menuitemradio", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a menuitemradio named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a radio named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "radio", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a radio named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "radio", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a radio named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a search named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "search", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a search named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "search", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a search named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a search box named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "searchbox", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a search box named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "searchbox", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a search box named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a select named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "select", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a select named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "select", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a select named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a slider named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "slider", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a slider named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "slider", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a slider named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a spin button named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "spinbutton", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a spin button named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "spinbutton", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a spin button named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a switch named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "switch", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a switch named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "switch", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a switch named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");
@@ -74,20 +74,20 @@ const test_1 = require("@playwright/test");
74
74
  // End of Content Section
75
75
  // Begin of Keyboard Section
76
76
  /**
77
- * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
77
+ * Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
78
78
  * */
79
79
  (0, cucumber_1.Then)(`I should see a tab named {string} keyboard focused`, async function (name) {
80
80
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "tab", name);
81
81
  });
82
82
  /**
83
- * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
83
+ * Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
84
84
  * */
85
85
  (0, cucumber_1.Then)(`the previous keyboard element focused should be a tab named {string}`, async function (name) {
86
86
  await this.page.keyboard.press("ShiftLeft+Tab");
87
87
  await (0, core_engine_1.findWithRoleAndNameFocused)(this, "tab", name);
88
88
  });
89
89
  /**
90
- * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused
90
+ * Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/Orange-OpenSource/uuv/blob/main/example/en-keyboard.feature'>Examples</a>
91
91
  * */
92
92
  (0, cucumber_1.Then)(`the next keyboard element focused should be a tab named {string}`, async function (name) {
93
93
  await this.page.keyboard.press("Tab");