File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Utility Guide: Table Util
1+ # Utility Guide: Table Utility
22
33The Table Utilities module provides helper functions to interact with and validate HTML tables in Playwright-based UI tests.
44
55## Table of Contents
66
7- - [ Utility Guide: Table Util ] ( #utility-guide-table-util )
7+ - [ Utility Guide: Table Utility ] ( #utility-guide-table-utility )
88 - [ Table of Contents] ( #table-of-contents )
99 - [ Functions Overview] ( #functions-overview )
1010 - [ Get Column Index] ( #get-column-index )
@@ -25,8 +25,8 @@ This function returns the index (1-based) of a specified column name.
2525
2626#### Required Arguments
2727
28- -' column_name' :
29- -Type: ' str'
28+ -` column_name ` :
29+ -Type: ` str `
3030 -The visible header text of the column to locate.
3131
3232#### How This Function Works
You can’t perform that action at this time.
0 commit comments