Open karniemi opened 5 years ago
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 application build environment"
Am I supposed to find some prebuilt package which contains all "the QtWebDriver headers and libraries" from here (for Windows 10 x64 Qt5.9)?: https://github.com/cisco-open-source/qtwebdriver/releases
...or am I expected to pick all the sources and build " "the QtWebDriver headers and libraries" myself from source?
(Possibly a dum question, but I am a complete newbie with this stuff...)
I have the same question. Can anyone help me?
@mmloz better check this out: https://github.com/cisco-open-source/qtwebdriver/issues/60#issuecomment-365698840
They should update that comment on readme-page.
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 application build environment"
Am I supposed to find some prebuilt package which contains all "the QtWebDriver headers and libraries" from here (for Windows 10 x64 Qt5.9)?: https://github.com/cisco-open-source/qtwebdriver/releases
...or am I expected to pick all the sources and build " "the QtWebDriver headers and libraries" myself from source?
(Possibly a dum question, but I am a complete newbie with this stuff...)