Skip to content

The SettingTable class

Bryan Oakley edited this page Mar 8, 2016 · 1 revision

The SettingTable class represents a robot framework settings table. It has the following methods and attributes:

  • linenumber contains the line number in the suite or resource file where this table begins
  • name contains the name of the table
  • parent contains a reference to the parent (suite or resource file) that has this testcase
  • header is the raw text of the table header (eg: *** Settings ***)
  • rows is a list of rows; each row is a list of cells;
  • statements() is a method that returns a list of statements by joining together rows that have continuation characters