qtwebdriver icon indicating copy to clipboard operation
qtwebdriver copied to clipboard

WebDriver implementation for Qt

Results 26 qtwebdriver issues
Sort by recently updated
recently updated
newest added

I am try to build qtwebdriver under Ubuntu 16.04 (with gcc 5.3.1 ) and get next strange warnings: ``` /qtwebdriver/Chromium_Base/../inc/base/move.h:198:31: note: in definition of macro ‘MOVE_ONLY_TYPE_FOR_CPP_03’ struct rvalue_type : public...

Refs ==== https://codereview.chromium.org/206373005 https://github.com/servo/nspr/blame/8219c5c5137b94ae93cfb4afc1dc10a94384e1c6/pr/include/md/_linux.cfg

你好: 有没有通过直接调起QT应用的方式来实现的java自动化

hi, can you put some simple example fir how build and run in android, thank you try to build it with qt5.10 on android

Hello, how run driver if i have 5.7 qt? Missed dlls, if i copy dll i see error 0xc000007b - application error.

Hi there, I'm currently playing around with qtwebdriver and the [calqlatr](http://doc.qt.io/qt-5/qtquick-demos-calqlatr-example.html) example from the official Qt docs. I've sucessfully managed to cross-compile qtwebdriver for Android and bake the qtwebdriver into...

When the `Window `(and/or `ApplicationWindow`) component is instantiated it is replaced by a `RootItem`. You can check this by calling selenium's `webdriver.page_source` (in Python). At the same time all properties...

I am evaluating qtwebdriver for use with our qml project, and I have built it and gotten simple test cases to work. I am using python selenium at the moment....

Qt version: 4.8.7 OS: Ubuntu 16.04 Xenial Hello, I'm using QtWebDriver to test a native application (the webdriver attaches to the running application). It has been working great so far,...

``` void Session::UpdateViews(const std::set& views) { ViewsMap::iterator it; ViewId vi; for (it = views_.begin(); it != views_.end(); ++it) { vi = ViewId(it->first); if (vi.is_valid() && 0 == views.count(vi)) { //...