Перенос длинной строки в Robot Framework

Contents
Введение
Пример
Похожие статьи

Введение

Для переноса нужно в начале новой строки поставить три точки

Перенос

Длинная строка

Run Keyword If ${major_version} == 20 or ${major_version} == 21 Log To Console Version 20 or 21

После переноса выглядит так

Run Keyword If ${major_version} == 20 or ${major_version} == 21 ... Log To Console Version 20 or 21

Banner Image
Related Articles
Robot Framework
Basics
RFBrowser
Set Variable
if else: conditionals
in: check if smth belongs to list
Loops
Change Variable Value
New Line
[Tags]
Collections: lists, dicts
JSON
Pass Argument to a Keyword
Evaluate
Robot in PyCharm
Banner Image

Search on this site

Subscribe to @aofeed channel for updates

Visit Channel

@aofeed

Feedback and Questions in Telegram

@aofeedchat