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
gangarapu sarala
Posts : 3
Join date : 2013-04-12

can any one help on the below issue in selecting of two different type of buttons Empty can any one help on the below issue in selecting of two different type of buttons

Fri Apr 12, 2013 2:19 pm
when im doing test on apsrtc login site, i have two buttons which have different html source code

can any one help on the below issue in selecting of two different type of buttons KQIYQQQsgmmA8RQggh5OgwHyKEEELI0fkf5+OmdvHH27IAAAAASUVORK5CYII=


In the second case when i click on "eTicketLoginBtn",its directly going to "gotoPage('/oprs-web/login/
show.do'), but in the first case when i click on "searchBtn",its not redirecting to correct page but its giving result as

Command request: click[searchBtn, ] on session 44a4171c19584aeeab1f9641d2117333
17:50:06.862 INFO - Got result: OK on session 44a4171c19584aeeab1f9641d2117333
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

Fri Apr 12, 2013 5:20 pm
adjust the speed or set speed.. so that execution time can identify element
avatar
sunny mehndiratta
Regular Participant
Regular Participant
Posts : 25
Join date : 2013-03-22

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

Fri Apr 12, 2013 6:02 pm
hello adityac ..

how can i adjust speed or set speed of rc
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

Mon Apr 15, 2013 7:32 pm
Use selenium.setSpeed(value) cmd to set speed
avatar
gangarapu sarala
Posts : 3
Join date : 2013-04-12

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

Tue Apr 16, 2013 12:59 pm
i tried with setspeed, but also its not working

1.its working for the button "etktLoginBtn" which is in comments line, then why its not working for the other button "searchBtn"?

2.its giving the result as ok, but action is not performing for "etktLoginBtn"
avatar
gangarapu sarala
Posts : 3
Join date : 2013-04-12

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

Tue Apr 16, 2013 1:18 pm
program:

ds.type("fromPlaceName", "AMEERPET");
ds.type("toPlaceName", "ANANTAPUR");
ds.select("adultMale", "3");
ds.select("childMale", "2");
ds.click("txtJourneyDate");
Thread.sleep(5000);
ds.click("link=15");
Thread.sleep(5000);
ds.select("serviceCategoryId","DELUXE");
Thread.sleep(5000);
ds.select("concessionId","CAT CARD");
Thread.sleep(5000);
ds.click("searchBtn");
ds.setSpeed("10000");
http://ds.click("etktLoginBtn");
Sponsored content

can any one help on the below issue in selecting of two different type of buttons Empty Re: can any one help on the below issue in selecting of two different type of buttons

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