Hey there,
I have one problem. I enter text in a textbox of a form. But this text wont be submitted. So i need to focus the textbox. Then it works. How can i focus that. I tought with a click in the input, but if i execute the test it doesnt executes the click. Only if i start the test with Selected steps, It works.
So can i focus the input like that?
But if i code that it answres with a exception. It expects a div and not a input...
So can you help me?
Thanks and greetings Chris
I have one problem. I enter text in a textbox of a form. But this text wont be submitted. So i need to focus the textbox. Then it works. How can i focus that. I tought with a click in the input, but if i execute the test it doesnt executes the click. Only if i start the test with Selected steps, It works.
So can i focus the input like that?
Pages.FundClassCustomViews.ShortIDText.Focus();
But if i code that it answres with a exception. It expects a div and not a input...
So can you help me?
Thanks and greetings Chris