Class: OnlyofficeDocumentserverTestingFramework::SpreadsheetEditor
- Inherits:
-
DocEditor
- Object
- DocEditor
- OnlyofficeDocumentserverTestingFramework::SpreadsheetEditor
- Defined in:
- lib/onlyoffice_documentserver_testing_framework/test_instance_docs/spreadsheet_editor.rb
Overview
Class for all Spreadsheet Editor actions
Instance Method Summary collapse
-
#windows ⇒ SpreadsheetEditorWindows
Windows of spreadsheet editor.
Methods inherited from DocEditor
Constructor Details
This class inherits a constructor from OnlyofficeDocumentserverTestingFramework::DocEditor
Instance Method Details
#windows ⇒ SpreadsheetEditorWindows
Returns windows of spreadsheet editor.
9 10 11 |
# File 'lib/onlyoffice_documentserver_testing_framework/test_instance_docs/spreadsheet_editor.rb', line 9 def windows @windows ||= SpreadsheetEditorWindows.new(@instance) end |