SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
346 stars 194 forks source link

takeScreenShot( selenide ) for context menu not success and lead IEDIRVER stop working #6800

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 6800

source code refer 
https://github.com/xianhoublog/selenide-selenium-junit4

use selinide 1.7
selenium 2.38
download iedriver (2.33)
platform: windows 7 64-bit
IE version; 11.0.2

after run junit tests for testRightMouseMenu_IE.java, at run time ,after right click
on the goole search field, context menu show up , but after about 10 seconds , ie driver
will stop working. and check the image for the context menu , no context menu show
up on the screeshot.(x)

steps to reproduce: 
1. Create a java project in eclilpse
2. Copy selenide jars and selenium jars to the lib folder of the project
3. Configure the java build path for the project (rightmouse on the java project>Property>Java
build path> Library tab>Add Jars...
> select the jars under the lib folder)
4. Create 4 class file named as Env.java, QxExt,java,
TestCutImage.java,
testRightMouse_IE.java, contents of the 4 java files refer  https://github.com/xianhoublog/selenide-selenium-junit4
5. Create a folder named as image under the java project
6. Right click on testRightMouseMenu_IE.java >run as junit tests
7. after the context menu show on IE browser for 10 seconds ,you'll repoduce the issue
, ie driver stop working. and checked image called "RightMouseMenu_IE_cuted.png" under
image folder ,you'll fail to see the context menu(x)

Reported by xianhoublog on 2014-01-06 03:39:15


lukeis commented 8 years ago

Reported by xianhoublog on 2014-01-06 03:43:03


lukeis commented 8 years ago

Reported by barancev on 2014-01-07 18:56:03

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:46:32