@uuv/cypress 2.26.0 → 2.28.0

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 (178) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cucumber/step_definitions/cypress/core-engine.d.ts +1 -0
  3. package/dist/cucumber/step_definitions/cypress/core-engine.js +10 -1
  4. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.js +14 -0
  5. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.js +14 -0
  6. package/dist/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.js +14 -0
  7. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.js +14 -0
  8. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.js +14 -0
  9. package/dist/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.js +14 -0
  10. package/package.json +6 -6
  11. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alert.ts +3 -0
  12. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_alertdialog.ts +3 -0
  13. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_application.ts +3 -0
  14. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_article.ts +3 -0
  15. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_banner.ts +3 -0
  16. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_button.ts +3 -0
  17. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_cell.ts +3 -0
  18. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_checkbox.ts +25 -0
  19. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_columnheader.ts +3 -0
  20. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_combobox.ts +3 -0
  21. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_command.ts +3 -0
  22. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_comment.ts +3 -0
  23. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_complementary.ts +3 -0
  24. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_composite.ts +3 -0
  25. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_contentinfo.ts +3 -0
  26. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_definition.ts +3 -0
  27. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_dialog.ts +3 -0
  28. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_directory.ts +3 -0
  29. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_document.ts +3 -0
  30. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_feed.ts +3 -0
  31. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_figure.ts +3 -0
  32. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_form.ts +3 -0
  33. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_generic.ts +3 -0
  34. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_grid.ts +3 -0
  35. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_gridcell.ts +3 -0
  36. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_group.ts +3 -0
  37. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_heading.ts +3 -0
  38. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_img.ts +3 -0
  39. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_landmark.ts +3 -0
  40. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_link.ts +3 -0
  41. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_list.ts +3 -0
  42. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listbox.ts +3 -0
  43. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_listitem.ts +3 -0
  44. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_log.ts +3 -0
  45. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_main.ts +3 -0
  46. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_mark.ts +3 -0
  47. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_math.ts +3 -0
  48. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menu.ts +3 -0
  49. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menubar.ts +3 -0
  50. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitem.ts +3 -0
  51. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemcheckbox.ts +3 -0
  52. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_menuitemradio.ts +25 -0
  53. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_meter.ts +3 -0
  54. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_navigation.ts +3 -0
  55. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_none.ts +3 -0
  56. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_note.ts +3 -0
  57. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_option.ts +3 -0
  58. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_presentation.ts +3 -0
  59. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_progressbar.ts +3 -0
  60. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radio.ts +25 -0
  61. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_radiogroup.ts +3 -0
  62. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_range.ts +3 -0
  63. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_region.ts +3 -0
  64. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_roletype.ts +3 -0
  65. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_row.ts +3 -0
  66. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowgroup.ts +3 -0
  67. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_rowheader.ts +3 -0
  68. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_scrollbar.ts +3 -0
  69. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_search.ts +3 -0
  70. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_searchbox.ts +3 -0
  71. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_section.ts +3 -0
  72. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_sectionhead.ts +3 -0
  73. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_select.ts +3 -0
  74. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_separator.ts +3 -0
  75. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_slider.ts +3 -0
  76. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_spinbutton.ts +3 -0
  77. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_status.ts +3 -0
  78. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_structure.ts +3 -0
  79. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_suggestion.ts +3 -0
  80. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_switch.ts +3 -0
  81. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tab.ts +3 -0
  82. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_table.ts +3 -0
  83. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tablist.ts +3 -0
  84. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tabpanel.ts +3 -0
  85. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_term.ts +3 -0
  86. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_textbox.ts +3 -0
  87. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_timer.ts +3 -0
  88. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_toolbar.ts +3 -0
  89. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tooltip.ts +3 -0
  90. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_tree.ts +3 -0
  91. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treegrid.ts +3 -0
  92. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_treeitem.ts +3 -0
  93. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_widget.ts +3 -0
  94. package/src/cucumber/step_definitions/cypress/generated/enriched/en/_en-generated-steps-definition_window.ts +3 -0
  95. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alert.ts +3 -0
  96. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_alertdialog.ts +3 -0
  97. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_application.ts +3 -0
  98. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_article.ts +3 -0
  99. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_banner.ts +3 -0
  100. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_button.ts +3 -0
  101. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_cell.ts +3 -0
  102. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_checkbox.ts +25 -0
  103. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_columnheader.ts +3 -0
  104. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_combobox.ts +3 -0
  105. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_command.ts +3 -0
  106. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_comment.ts +3 -0
  107. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_complementary.ts +3 -0
  108. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_composite.ts +3 -0
  109. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_contentinfo.ts +3 -0
  110. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_definition.ts +3 -0
  111. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_dialog.ts +3 -0
  112. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_directory.ts +3 -0
  113. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_document.ts +3 -0
  114. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_feed.ts +3 -0
  115. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_figure.ts +3 -0
  116. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_form.ts +3 -0
  117. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_generic.ts +3 -0
  118. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_grid.ts +3 -0
  119. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_gridcell.ts +3 -0
  120. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_group.ts +3 -0
  121. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_heading.ts +3 -0
  122. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_img.ts +3 -0
  123. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_landmark.ts +3 -0
  124. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_link.ts +3 -0
  125. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_list.ts +3 -0
  126. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listbox.ts +3 -0
  127. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_listitem.ts +3 -0
  128. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_log.ts +3 -0
  129. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_main.ts +3 -0
  130. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_mark.ts +3 -0
  131. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_math.ts +3 -0
  132. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menu.ts +3 -0
  133. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menubar.ts +3 -0
  134. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitem.ts +3 -0
  135. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemcheckbox.ts +3 -0
  136. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_menuitemradio.ts +25 -0
  137. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_meter.ts +3 -0
  138. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_navigation.ts +3 -0
  139. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_none.ts +3 -0
  140. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_note.ts +3 -0
  141. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_option.ts +3 -0
  142. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_presentation.ts +3 -0
  143. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_progressbar.ts +3 -0
  144. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radio.ts +25 -0
  145. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_radiogroup.ts +3 -0
  146. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_range.ts +3 -0
  147. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_region.ts +3 -0
  148. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_roletype.ts +3 -0
  149. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_row.ts +3 -0
  150. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowgroup.ts +3 -0
  151. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_rowheader.ts +3 -0
  152. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_scrollbar.ts +3 -0
  153. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_search.ts +3 -0
  154. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_searchbox.ts +3 -0
  155. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_section.ts +3 -0
  156. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_sectionhead.ts +3 -0
  157. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_select.ts +3 -0
  158. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_separator.ts +3 -0
  159. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_slider.ts +3 -0
  160. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_spinbutton.ts +3 -0
  161. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_status.ts +3 -0
  162. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_structure.ts +3 -0
  163. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_suggestion.ts +3 -0
  164. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_switch.ts +3 -0
  165. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tab.ts +3 -0
  166. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_table.ts +3 -0
  167. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tablist.ts +3 -0
  168. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tabpanel.ts +3 -0
  169. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_term.ts +3 -0
  170. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_textbox.ts +3 -0
  171. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_timer.ts +3 -0
  172. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_toolbar.ts +3 -0
  173. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tooltip.ts +3 -0
  174. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_tree.ts +3 -0
  175. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treegrid.ts +3 -0
  176. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_treeitem.ts +3 -0
  177. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_widget.ts +3 -0
  178. package/src/cucumber/step_definitions/cypress/generated/enriched/fr/_fr-generated-steps-definition_window.ts +3 -0
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -61,3 +62,5 @@ Then(
61
62
 
62
63
 
63
64
 
65
+
66
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,27 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+ // Begin of Checkable Section
142
+
143
+ /**
144
+ * Vérifie l'existence d'un élément Html ayant le rôle menuitemradio, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et coché
145
+ * */
146
+ Then(
147
+ `je dois voir un menu d'élement de bouton radio nommé {string} coché(e)`,
148
+ function(name: string) {
149
+ findWithRoleAndNameAndAttribute("menuitemradio", name, "checked", true);
150
+ }
151
+ );
152
+
153
+ /**
154
+ * Vérifie l'existence d'un élément Html ayant le rôle $roleId, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et décoché
155
+ * */
156
+ Then(
157
+ `je dois voir un menu d'élement de bouton radio nommé {string} décoché(e)`,
158
+ function(name: string) {
159
+ findWithRoleAndNameAndAttribute("menuitemradio", name, "checked", false);
160
+ }
161
+ );
162
+
163
+ // End of Checkable Section
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,27 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+ // Begin of Checkable Section
142
+
143
+ /**
144
+ * Vérifie l'existence d'un élément Html ayant le rôle radio, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et coché
145
+ * */
146
+ Then(
147
+ `je dois voir un bouton radio nommé {string} coché(e)`,
148
+ function(name: string) {
149
+ findWithRoleAndNameAndAttribute("radio", name, "checked", true);
150
+ }
151
+ );
152
+
153
+ /**
154
+ * Vérifie l'existence d'un élément Html ayant le rôle $roleId, le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) et décoché
155
+ * */
156
+ Then(
157
+ `je dois voir un bouton radio nommé {string} décoché(e)`,
158
+ function(name: string) {
159
+ findWithRoleAndNameAndAttribute("radio", name, "checked", false);
160
+ }
161
+ );
162
+
163
+ // End of Checkable Section
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -102,3 +103,5 @@ Then(
102
103
  // End of Content Section
103
104
 
104
105
 
106
+
107
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+
@@ -20,6 +20,7 @@ import { Then, When, } from "@badeball/cypress-cucumber-preprocessor";
20
20
  import "../../../../../../cypress/commands";
21
21
  import {
22
22
  findWithRoleAndName,
23
+ findWithRoleAndNameAndAttribute,
23
24
  findWithRoleAndNameAndContent,
24
25
  findWithRoleAndNameAndContentDisable,
25
26
  findWithRoleAndNameAndContentEnable,
@@ -136,3 +137,5 @@ Then(
136
137
  );
137
138
 
138
139
  // End of Keyboard Section
140
+
141
+