Viji123
8 years agoOccasional Contributor
Issue in SetText() method
I wrote python script for a simple test scenario. Have to enter username and password in the edit box. I used the below code username.SetText("admin") password.Keys("abcdef") save_button.Click() ...