History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SRC-506
Type: Bug Bug
Status: Closed Closed
Resolution: Incomplete
Priority: Blocker Blocker
Assignee: Andras Hatvani
Reporter: Devesh Maheshwari
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium Remote Control

Unable to run Click and ClickAt commands on Selenium RC.

Created: 31/Jul/08 07:06 AM   Updated: 18/Nov/08 06:26 AM
Component/s: Client Driver - Java
Affects Version/s: 1.0 beta 1
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. HTML File resultie.html (9 kb)

Environment: Windows 2003 SP2, IE 7


 Description  « Hide
I am trying to run my script written with HTML tags for clicking on different buttons which loads the different views of MAP.
The scripts runs perfectly fine for Firefox (i.e on IDE) but the same Click and ClickAt command fails on Selenium RC 1.0 beta 1 version.

Attached the result.html
Result is same for ie 6 and 7



 All   Comments   Work Log   Change History      Sort Order:
Devesh Maheshwari - 31/Jul/08 07:07 AM
I have tried multiple combination for mousedown ; click ; mouseup.
Also tried with ClickAt.

Andras Hatvani - 27/Aug/08 12:39 PM
Can you try clicking on the control by using the xpath directly instead of the variable? If you can, please provide as much information as possible, like page source, etc.

Andras Hatvani - 29/Sep/08 04:13 PM
I think that a mouseDown-click-mouseUp sequence's result is undeterminable, as a click is a mouseDown-mouseUp event sequence. Furthermore, information is missing, this resolving by incomplete.