Forum Discussion

parthparikh051's avatar
parthparikh051
New Contributor
6 years ago

Python AttributeError: 'Nonetype@ object has no attribute 'SetFocus'

I have the below code snippet written in Python filltext= page.FindChildByXPath('//Input[@Id="textbox1"]',True) filltext.SetFocus() filltext.Keys("abcd") It is not able to SetFocus() OR Click() O...