-
```
What steps will reproduce the problem?
1. start selenium-remote-control-1.0-beta-2
2. run the python test script below
from ammado.common.flashselenium.FlashSelenium import FlashSelenium
from am…
-
Im Filemanager können Dateien hochgeladen bzw. importiert werden. Dabei müssen auch Nebeneffekte getestet werden. Zum Beispiel sollten Änderungen im FileManager-Formular nach einem Upload erhalten ble…
-
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: win…
-
Hello, guys, i have a problem.
I run test suite in 2 threads, and after some time in random order i have exception. This exception not crash my tests, but in time this execute exception, threads sle…
-
```
code
Click On Settings button
Wait Until Element Is Visible ${ADMIN_MENU_LINK} ${WAIT_TIME}
Mouse Over ${ADMIN_MENU_LINK}
Fails silently without any error on IE 10 and IE 11. …
-
Originally reported on Google Code with ID 6953
```
What steps will reproduce the problem?
1. Instantiate InternetExplorerDriver
2. Open HTML page
3. Click link to open another HTML page in second wi…
-
Hello,
My problem is simple. I want to use a profile while running my test on Firefox. But this imply to remote control myself :
_"--profile-dir (-P) dir : profile directory (Firefox only *1)
…
ghost updated
7 years ago
-
The following graph shows the tree of a project root directory which contains multiple subprojects:
```
:~/github/selenium-webdriver-java (kazurayam8)
$ tree -L 2 .
.
├── selenium-ide
│ └…
-
框架使用 java+selenium+testng,其中还是用了 redis 用于做页面之间数据传递,不过没有 redis 的小伙伴也不要紧,因为没有 redis 丝毫不影响框架,即使控制出现 redis 连接报错,但是对于框架执行测试用例没有丝毫影响!丝毫!
还有,大家可能更喜欢 allure2 的测试报告,目前框架中的测试报告样式为 BeautifulReport 样式和 ExtentRep…
-
```
FlashSelenium is based on Selenium RC.
We should run Selenium Server before test.
This is the old mechanism.
Recently, Selenium 2.0 was published, And WebDriver mechanism is more friendly.
So, I h…