I would like to know how i could remove the red line under the text in custom interface. The input in the interface field is not "en" or "ru".
I have tried disabeling in windows by setting Spelling to Off without success. Any help is appreciated.
@aesmer The question is simple, so the answer should be simple as well.
Just use the Logger module and uncheck the "Show msg "waiting element"" option
1.png
2.png
@stephenperry18 First of all you need to get textbox content with "Get Element Text" action.
Then use "If" action to check if it is empty.
You can construct condition yourself like it is shown on following gif:
0_1528972086841_CheckIfNotEmpty.gif
oh wow thank you so much :) I really appreciate it