Skip to content

Commit c802b97

Browse files
committed
Update Readme.md
1 parent 0fb00a7 commit c802b97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Readme.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Synopsis
22
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:
3-
http://code.google.com/p/selenium/w/list
4-
http://docs.seleniumhq.org/
3+
* http://code.google.com/p/selenium/w/list
4+
* http://docs.seleniumhq.org/
55
# Code Example
66
See out test application in src/Test/main.cc
77

@@ -20,8 +20,10 @@ To build WD you need:
2020
}
2121
2222
```
23-
# API Reference
24-
All API is defined in inc/WebDriver.h and inc/viewfactory.h
23+
* run *build.sh* for basic build(output is in out folder)
24+
* you can find builded libs and test app in out/bin/desktop/release
25+
# Where to start
26+
Look at our test application in *src/Test/main.cc* and in docs http://cisco-open-source.github.io/qtwebdriver/page_wd_server.html
2527
# License
2628
Classic LGPL License. This means that you can’t ship this your product with QtWD unlees it’s an LGPL product, but you can free test it in your local enviroment and just doesn’t ship it.
2729

0 commit comments

Comments
 (0)