qtp - Type data into text box using HP UFT -


I want to set some data automatically in the text box and then press the UP button using HP UFT, But now the problem is that when I do it manually, a button is enabled and one button is disabled when I do the same thing with HP UFT. There is a screenshot for this:

I think a button is only enabled when we enter data using key board. So how can I solve this issue?

Please help me with it.

Thanks

You can enable an object using your basic properties Are there.

Try it out.

  Browser ("Browser"). Page ("Page"). WebButton ("Button") Object.disabled = False    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -