Actions
action #50045
closed[qam][blue][sle] - Fix type_password to accept parameters and pass them to the inner call type_string
Start date:
2019-04-05
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
type_password is wrapper around type_string, but doesn't support all its parameters.
http://open.qa/api/testapi/#_type_string accepts following:
type_string($string [, max_interval => ] [, wait_screen_changes => ] [, wait_still_screen => ] [, secret => 1 ]
[, timeout => ] [, similarity_level => ] );
type_password supports max_interval only.
Expectation:
Try pass all relevant parameters to type_string
Actions