leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

double click issue #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system and version (32/64bit) :xp
.Net Framework version :4.0
Office name and version(32/64bit) :2007
Browser name and version :IE 8
SeleniumWrapper version :

I have a block on right panel where i need to click it.
on click it should open a page on left panel.

i used driver.switchtoframe("framename") to locate the focus
driver.findbyxpath("..").doubleclick

It highlights the block and few text is selcted 
but block is not clicked and page is not loaded.

also driver.doubleclick ("xpath=....")
does not work
it throws an error "element is not found"

Please provide any additional information below.

Original issue reported on code.google.com by jhansi27...@gmail.com on 27 Aug 2014 at 5:27

GoogleCodeExporter commented 8 years ago
I'm afraid their's not enough information to investigate your issue.
Can you provide a failing example with the page source?

Original comment by florentbr on 28 Aug 2014 at 7:54

GoogleCodeExporter commented 8 years ago
Closing the issue due to inactivity.

Original comment by florentbr on 3 Oct 2014 at 2:08