ConsoleMsg

Parent Previous Next

ConsoleMsg

Описание: метод выводит сообщение в консоли браузера

Синтаксис

ConsoleMsg(string message)

ConsoleMsg(string messageRus, string messageEng)

Возвращаемое значение: отсутствует


Пример:

tester.ConsoleMsg("Текст на Русском языке", "The text is in English");

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?