Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Pallavi Choudhary
Active particpant
Active particpant
Posts : 24
Join date : 2012-05-08

How to enter values at run time using c# in selenium Empty 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...

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");
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

How to enter values at run time using c# in selenium Empty 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..
avatar
Pallavi Choudhary
Active particpant
Active particpant
Posts : 24
Join date : 2012-05-08

How to enter values at run time using c# in selenium Empty 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
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

How to enter values at run time using c# in selenium Empty 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..
avatar
Pallavi Choudhary
Active particpant
Active particpant
Posts : 24
Join date : 2012-05-08

How to enter values at run time using c# in selenium Empty 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
avatar
harrydev
Posts : 1
Join date : 2013-05-11

How to enter values at run time using c# in selenium Empty 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)
Sponsored content

How to enter values at run time using c# in selenium Empty Re: How to enter values at run time using c# in selenium

Back to top
Permissions in this forum:
You cannot reply to topics in this forum