• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Selenium help

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am newly using Selenium.Now I writing Selenium command via tcl.I have some doubts in 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 is not working in selenium.please help this issue

Se contextMenu "link=README"
I didn't see any Contextmenu option in my testing web page.but i didn't get any error in console
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.please help me.

How to hanle filedownload option via selenium with TCL.please help this issue


 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic