2gis / winphonedriver

DEPRECATED Please see https://github.com/2gis/Winium.Mobile for latests releases. Selenium Driver for automated testing of Windows Phone 8.1 Silverlight applications.
14 stars 3 forks source link

Can't send keys to PasswordBox #46

Closed Goginenni closed 9 years ago

Goginenni commented 9 years ago

Am trying to enter text to PasswordBox but couldn't succeed. send_keys function is working for TextBox but not for PasswordBox. Is there a way ?

NickAb commented 9 years ago

This is due to ValueCommand.cs#L25-L31.

This can be fixed if PasswordBox supports IValueProvider or any other pattern.

NickAb commented 9 years ago

Fixed in https://github.com/2gis/winphonedriver/commit/219a2176a9a58e765c86a3dd02350868aa0fc9fb

@Goginenni Please, check if it fixed it for you.