Skip to content

Commit

Permalink
Merge branch 'update-docs-2024-04-30' into 'main'
Browse files Browse the repository at this point in the history
Fix command list page

See merge request documentation/uilicious-docs-v3!47
  • Loading branch information
Tai Shi Ling committed May 2, 2024
2 parents feb5213 + 154e3f7 commit c435de6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reference/commands-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ description: A list of all commands available in UIlicious
| [`I.getCount`](./read-and-validate-page-elements/count-number-of-page-elements.html#igetcount) | Get the number of occurances of a text or element |
| [`I.getText`](./read-and-validate-page-elements/get-text-from-a-page-element.html#igettext) | Get text content from an element |
| [`I.getValue`](./read-and-validate-page-elements/get-value-from-an-input-element.html#igetvalue) | Get value from an input element |

| [`I.getURL`](./read-and-validate-page-elements/get-page-url#igeturl)
| [`I.getPageTitle`](./read-and-validate-page-elements/get-and-validate-page-title.html#igetpagetitle) | Get the title of the current page |
| [`I.getURL`](./read-and-validate-page-elements/get-page-url#igeturl) | Get the current page url |
| [`I.getPageTitle`](./read-and-validate-page-elements/get-and-validate-page-title.html#igetpagetitle) | Get the title of the current page |

## Read and Validate Page Elements <a href="#read-and-validate-page-elements" id="read-and-validate-page-elements"></a>

Expand Down

0 comments on commit c435de6

Please sign in to comment.