submit method

submit

Submits the form data to the server.

Returns

The result of the submission.

def submit(self):
    ...

submit

def submit(self, timeout):
    ...
ParameterTypeDescription
timeoutTimeSpan

See Also