Selenium Core Project Information
Selenium Core is the JavaScript/DHTML in-browser library.
If you're just getting started with Selenium, you probably don't want to dive right into Selenium Core; try Selenium IDE for your first taste of Selenium.
For users:
- Selenium Core Homepage
- Which Selenium Tool Should I Use?
- Selenium Core FAQ
- Getting Started with Selenium Core
- Selenium Core Examples
- Help With XPath
- What People are Saying About Selenium
- Publications and Presentations
- Forum Rules
- Selenium Core Howtos
- Translated Document new!!

Comments (1)
Feb 23
Senthil says:
Hi I am newly using Selenium.Now I writing Selenium command via tcl.I have some ...Hi I am newly using Selenium.Now I writing Selenium command via tcl.I have some doubts on selenium.
I tried following commads in Selenium but its not working please help this issue
Se dragAndDrop "link=tn00607a.gif (1499 bytes)" "400,600"
DragAndDrop also not working.pls help this issue
Se contextMenu "link=README"
I didn't see any Contextmenu option in my testing web page.i didn't get any error
Like that
mouseDown,mouseMove,museUp commands also not visible in web page.
If user clicks new link in home page and can't go to the home page.So avoid this problem I used goBack method
Se goBack
like that How to I forward the page.pls help me.
How to hanle filedownload option via seleniuym.pls help this