- Pallavi ChoudharyActive particpant
- Posts : 24
Join date : 2012-05-08
How to enter values at run time using c# in selenium
Tue May 08, 2012 5:33 pm
Hi...
My application is having one text box and i nedd to add some value/text in the text box at run time and need[wow][/wow] to find the result. could any one suggest me the code using c#e
Following is the code for entering the value at the time of writing the code...
My application is having one text box and i nedd to add some value/text in the text box at run time and need[wow][/wow] to find the result. could any one suggest me the code using c#e
Following is the code for entering the value at the time of writing the code...
- Code:
selenium.Select("id=changeCriteriaDrDo", "label=Free Text");
selenium.Type("css=input.inputValue0", "Resources web part in the gate pop up");
selenium.Click("id=runQ");
Re: How to enter values at run time using c# in selenium
Wed May 09, 2012 2:04 pm
- Code:
String test = selenium.GetEval("prompt("Enter value runtime:")");
then pass 'test' variable at your required place.
I think this will work for you..
- Pallavi ChoudharyActive particpant
- Posts : 24
Join date : 2012-05-08
Re: How to enter values at run time using c# in selenium
Wed May 09, 2012 2:21 pm
Thank you very much... Its working...but it do not display the message on application window.. is there any method to display the message on appliacation window...
Regards,
Pallavi
Regards,
Pallavi
Re: How to enter values at run time using c# in selenium
Wed May 09, 2012 4:37 pm
This will display message on selenium window...
I dnt think so there is any solution to display this message on application window..
I dnt think so there is any solution to display this message on application window..
- Pallavi ChoudharyActive particpant
- Posts : 24
Join date : 2012-05-08
Re: How to enter values at run time using c# in selenium
Wed May 09, 2012 4:43 pm
ok No problem..
Thanks again.
Regards,
Pallavi
Thanks again.
Regards,
Pallavi
- harrydev
- Posts : 1
Join date : 2013-05-11
Re: How to enter values at run time using c# in selenium
Sat May 11, 2013 7:00 pm
Hello, We can achieve this by following the below Java Code
string S = JOptionPane.showInputDialog(null, "Enter a number: ");
System.out.println(" You have entered:" +S)
string S = JOptionPane.showInputDialog(null, "Enter a number: ");
System.out.println(" You have entered:" +S)
Permissions in this forum:
You cannot reply to topics in this forum