alert method

alert

Displays a modal alert with the given message, and waits for the user to dismiss it

def alert(self, message):
    ...
ParameterTypeDescription
messagestrThe message.

See Also