Open
Conversation
This reverts commit cde33dc.
Closes gh-14282
Note that we have to disable the test of web server listening on port 1 since CircleCI executes everything with root privilige.
The DOM structure of the page that is retrieved by useragent.js has changed since the example was last updated, and the selector for the user agent value no longer exists. This causes a TypeError to be output to the user when running the example. This updates the example to use a selector that exists on the page. #15392
* fix page load for phantomjs 2.5.0 * add unhandledPromptBehavior w3c capability * add blacklist/whitelist filters * fix sending keys to content editable elements * fix file upload for phantomjs 2.5.0 * fix action chains with elements in iframes * replace calls to execute_script with atoms * add --remoteHost (@madhavajay) * add w3c defaults for add cookie * fix multiple file upload * add w3c timeout defaults * fix custom phantomjs headers * add support for switch to parent frame (Chui Tey) * add support for right click (Artur Signell) * add zoomFactor capability * fix reset log buffer after each post request * fix registration with selenium grid * fix memory leak in har log * add limited support for loggingPrefs capability * fix browser and har logs default to OFF * various bug fixes Issue #14553
Due to some behavior differences in the latest QtWebKit, some tests do not behave very well. Let's skip them while the issues are being investigated.
We don't carry an embedded copy of GhostDriver anymore.
This was necessary long time ago when CoffeeScript was still supported. Now it's time to get rid of the crufts.
Currently it is disabled, due to broken QtWebKit on MinGW/MSYS2 (see #15405 for details)
clang-format -i --style=WebKit src/*.h src/*.cpp
Apparently loading progress used to move beyond 0 right after the frame start loading an URI, even before there is network traffic. This behavior compatibility prevents the regression on the test module/webpage/loading.js.
There is a small typo in src/qcommandline/qcommandline.h. Closes #15426
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.