Skip to content

Commit 2ef18e7

Browse files
committed
Addressing format issues
1 parent 21acb94 commit 2ef18e7

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

docs/utility-guides/TableUtil.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,9 @@ The Table Utilities module provides helper functions to interact with and valida
77
- [Utility Guide: Table Util](#utility-guide-table-util)
88
- [Table of Contents](#table-of-contents)
99
- [Functions Overview](#functions-overview)
10-
- [Get Column Index](# get_column_index)
10+
- [Get Column Index](#get-column-index)
1111
- [Required Arguments](#required-arguments)
1212
- [How This Function Works](#how-this-function-works)
13-
- [click first link in column](# click_first_link_in_column)
14-
- [Required Arguments](#required-arguments)
15-
- [How This Function Works](#how-this-function-works)
16-
- [click first input in column](# click_first_input_in_column)
17-
- [Required Arguments](#required-arguments)
18-
- [How This Function Works](#how-this-function-works)
19-
- [format inner text](# _format_inner_text)
20-
- [Required Arguments](#required-arguments)
21-
- [How This Function Works](#how-this-function-works)
22-
- [get table headers](# get_table_headers)
23-
- [Required Arguments](#required-arguments)
24-
- [How This Function Works](#how-this-function-works)
25-
2613

2714
## Functions Overview
2815

@@ -32,7 +19,8 @@ For this utility we have the following functions:
3219
- `click_first_link_in_column`
3320
- `click_first_input_in_column`
3421

35-
### get_column_index
22+
### Get Column Index
23+
3624
This function returns the index (1-based) of a specified column name.
3725

3826
#### Required Arguments
@@ -43,6 +31,6 @@ This function returns the index (1-based) of a specified column name.
4331

4432
#### How This Function Works
4533

46-
1.Attempts to identify table headers from <thead> or <tbody>.
47-
2.Iterates through header cells and matches text with column_name.
48-
3.Returns the index if found, otherwise raises an error.
34+
1. Attempts to identify table headers from <thead> or <tbody>.
35+
2. Iterates through header cells and matches text with column_name.
36+
3. Returns the index if found, otherwise raises an error.

0 commit comments

Comments
 (0)