Skip to content

Commit 370bfff

Browse files
unknownunknown
unknown
authored and
unknown
committed
Upadte Readme.md
1 parent 20aac1f commit 370bfff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Synopsis
2-
QtWebDriver (QtWD) is a library based on Google ChromeDriver and intended for automated testing. At the momemnt, you can use it to test many kinds of Qt application - QWidget, QwebView and QQuick1 (Qt4) or QQuick2 (Qt5) based applications. If you hadn't used Selenium for automated testing, you may also find this links helpfull:
2+
QtWebDriver (QtWD) is a library based on Google ChromeDriver and intended for automated testing.
3+
At the moment, you can use it to test many kinds of Qt application - QWidget, QwebView and QQuick1 (Qt4) or QQuick2 (Qt5) based applications.
4+
If you hadn't used Selenium for automated testing, you may also find this links helpful:
35
* http://code.google.com/p/selenium/w/list
4-
* http://docs.seleniumhq.org/
6+
* http://docs.seleniumhq.org/
57
# Code Example
68
See out test application in src/Test/main.cc
79

0 commit comments

Comments
 (0)