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
Venkat7119
Posts : 1
Join date : 2013-04-30

PERL And Sel RC Empty PERL And Sel RC

Tue Apr 30, 2013 2:19 am
Hi,
I would like a selenium RC script for the locator for the box in the webscript below
and also a subsequent command to type a numerical value into the form.
I tried various options, but do not seem to work. The options I tried are given below.
I also tried Sel->submit() but was not sure of Form locators.
I am a newbie to writing sel scripts. I am using selenium here to automate configuring this webpage.
Sel RC + PERL Experts kindly help.
The subsequent command to set a button works,

$sel->click("name=SetDataButton");
$sel->set_speed("500");
$sel->wait_for_page_to_load(10000);


$sel->type("name=mmb", $inp_del);
#$sel->type("name=mmb",$inp_del);

#$sel->click("css=input[type='hidden']");
#$sel->type("css=input[type='hidden']",$inp_del);
#
#$sel->type("//input[\@name='mmb']",$inp_del);
#$sel->type("//input[contains(text(),'mmb')]",$inp_del);
#$sel->type("xpath=//\@name='mmb' and \@value='0.1.0.0.2.4.0.2.0.0.0.0'", $inp_del);
#$sel->type("xpath=//input[\@type='hidden' and \@value='0.1.0.0.2.4.0.2.0.0.0.0']", $inp_del);
#$sel->type("//input[contains(\@name='mmb')] and \@value='0.1.0.0.2.4.0.2.0.0.0.0'", $inp_del);
#$sel->type("xpath=//a[contains(\@type='hidden')]", $inp_del);
#$sel->type("xpath=//input[contains(\@name='mmb')] and \@type='hidden'", $inp_del);
#$sel->click("xpath=//input[contains(\@name='SetDataButton')] and \@type='submit'");
#$sel->type("xpath=//a[contains(\@type='hidden')]",$inp_del);




<TD class=elValue >



<FONT color=red>10FONT><BR><FONT style='font-size: 8pt;' color=#808080>0FONT>TD>



TR>



<FORM name="regset" method="GET" " action="dm.html" >



hidden" value="0.1.0.0.2.4.0.2.0.0.0.0" name="mmb" >











button" value="Get" name="GetDataButton" OnClick="window.location.replace('?mmb=0.1.0.0.2.4.0.2.0.0.0.0&getflag=1');" >



submit" value="Set" name="SetDataButton" >




Set to cache only:checkbox
" value="1" name="tohw" >























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