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

https://en.cppreference.com/w/cpp/container/map/erase "References and iterators to the erased elements are invalidated. Other references and iterators are not affected. '

Hi, Following the instructions [here](https://github.com/cisco-open-source/qtwebdriver/wiki/Build-And-Run) I wanted to install the qtwebdriver but failed. ``` ozer@Lenovo MINGW64 / $ git clone https://chromium.googlesource.com/external/gyp Cloning into 'gyp'... remote: Total 18491 (delta 11523), reused...

I'm trying to use option 1 from https://github.com/cisco-open-source/qtwebdriver/wiki/Use-QtWebDriver-to-run-your-application. I build a qtwebdriver project, added headers and libraries, and Headers.h to the main of my Qt application. But execution failed with...

Question: ------------- I'm trying to follow the "Option 1: WebDriver attaches to the running application" in https://github.com/cisco-open-source/qtwebdriver/wiki/Use-QtWebDriver-to-run-your-application I'm wondering about the step: "Add the QtWebDriver headers and libraries in the...

Here's my wd.gypi: ```gypi { 'variables': { 'QT5': '1', 'WD_CONFIG_QWIDGET_BASE': '1', # If Qt >= 5.6 set 'WD_CONFIG_WEBKIT' : '0' 'WD_CONFIG_WEBKIT': '0', 'WD_CONFIG_QUICK': '1', 'WD_CONFIG_PLAYER': '0', 'WD_CONFIG_ONE_KEYRELEASE': '0', 'QT_INC_PATH': '/Users/fury/Qt/5.11.1/clang_64/include',...

Hi, Please could you advise what platforms are supported, or will be supported in the near future? The [Build and Run instructions](https://github.com/cisco-open-source/qtwebdriver/wiki/Build-And-Run) refer to Windows & Linux and these are...

How can I select an item from a QComboBox? The `Select` from Selenium doesn't work. ```python from selenium import webdriver from selenium.webdriver.support.select import Select driver = webdriver.Remote(...) myComboBox = driver.find_elements_by_xpath("//QComboBox[@id='aComboBox']")[0]...

I'm trying to change the User-Agent used with qtwebdriver, but have as of yet been unsuccessful. From what I've read, this doesn't seem to be part of the selenium spec...

I have followed the instructions and got the error message as below: