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
yuvaaa2002
Posts : 1
Join date : 2010-03-31

Selenium Help color text Empty Selenium Help color text

Wed Mar 31, 2010 12:25 am
1.How to scroll page using selenium with TCL

I am already workwith KeyPress,typeKeys using char key code //35 & //
34 its not working.Please advice me how to go about that

Se keyPress "piddlsiteuser_country" "\35"
Se windowFocus
after 5000
Se keyPress "//input\[@id='piddl_selfurl' and @name='piddl_selfurl'
and @value='http://www.lightreading.com/register.asp?'\]" "\\35"
after 5000
Se focus "piddlsiteuser_didAgreement"
after 5000
Se focus "button"
after 5000
Se focus "piddlsiteuser_username"
after 5000

mouse actions not reflect in the web pages.please clarify the reasons

2.How to do keyBoard shortcuts using slenium
Se controlKeyDown
Se keyPress "piddl_selfurl" "\70"
Se controlKeyUp
after 5000
Se controlKeyDown
Se typeKeys "piddl_selfurl" "\\70"
Se controlKeyUp

this command also not working.please help me about this problem

3.How to handle Tabbed pane & Tree using selenium with TCL

I already work with div Id & table flows like that
Se click "//tr\[1]/td/div\[1]"
after 5000
Se click "//tr\[2]/td/div\[1]"

its working fine.But based on image id its not working.please help me
about this problem
4.How to get tooltip using selenium & TCL

5.how to change color text in selenium

6.How to handle mouse action ,context Menu in selenium

please help me for those issues
Thanks
Yuvaraj
Back to top
Permissions in this forum:
You cannot reply to topics in this forum