Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pid capability #1

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
9636c6d
Editorial: use proper cross-references for DOM, FileAPI and some of H…
Ms2ger Oct 19, 2022
0a24679
Fix broken Selenium changeset for atoms export (#1692)
whimboo Oct 25, 2022
7ba715f
Fix build for HTML changes (#1704)
jgraham Dec 16, 2022
6c3b67a
Node cache (#1705)
jgraham Dec 16, 2022
02fe194
Replace misleading term (#1710)
jugglinmike Jan 5, 2023
2ced487
Fix returning stale element reference (#1707)
jgraham Jan 6, 2023
714bd27
Improve handling of objects, collections and "toJSON()" in "internal …
whimboo Jan 6, 2023
3eec59b
Support different viewport origin representations
jgraham Jan 13, 2023
80b6d5d
Separate out existence check of element and shadow root nodes from st…
whimboo Jan 10, 2023
52f2d53
Fix detached check for "get a known shadow root" step.
whimboo Jan 18, 2023
883ea38
Remove extra dash in w3c working group name (#1716)
apupier Feb 22, 2023
a638d46
Fix typos in algorithm for Element Send Keys (#1721)
jugglinmike Mar 3, 2023
231c5fb
Fix error in "get a known shadow root" algorithm (#1726)
lutien Mar 21, 2023
a65f9fb
Add DOMTokenList to collections (#1728)
whimboo Mar 21, 2023
441e433
Rename "capability" to "capabilities" in validation algorithm (#1745)
lutien Jun 7, 2023
866fedb
Fix link for page loading strategy (#1752)
Aug 4, 2023
e64e2c8
editorial: Use "content navigable" instead of "nested navigable" (#1750)
Aug 7, 2023
d9be1ae
Point Apple Safari Vendor status to W3C WebDriver protocol supported …
aprotyas Aug 24, 2023
35a868a
Raise "unsupported operation" error when "pointer" is used as origin …
whimboo Sep 7, 2023
9da20e8
Fix "coordinates" typo in pointer input source description (#1762)
aprotyas Sep 25, 2023
ea8ff97
Add deserialization steps for web frame and web window (#1738)
whimboo Oct 17, 2023
cad2a23
Update key codes for Meta Left/Right, Pause, and Numpad Equal (#1740)
jrandolf-2 Nov 2, 2023
7366efb
editorial: export "error code" dfn (#1767)
thiagowfx Nov 14, 2023
e91f9d8
editorial: export "try" / "trying" dfn (#1766)
thiagowfx Nov 14, 2023
8e382d2
Correct element click actions list (#1779)
dten Dec 13, 2023
2e6ca25
Fix reference for element disabled (#1769)
whimboo Dec 15, 2023
9cb4450
Bump Selenium atom's revision to fix issue with "Get Text" and closed…
whimboo Jan 4, 2024
ec2663f
Editorial: remove inaccurate qualifier
jugglinmike Jun 28, 2023
d08a954
Automatically accept any beforeunload prompt upon navigation or close…
whimboo Jan 15, 2024
0e8cc51
Bump Selenium atoms revision for latest fixes for "Get Visible Text" …
whimboo Jan 23, 2024
a04dbf7
Editorial: fix link to the capabilities var (#1794)
OrKoN Feb 15, 2024
63a397f
Refactor session handling for better integration with BiDi (#1608)
jgraham Feb 26, 2024
dc7919e
Replace ' with '
jgraham Feb 6, 2024
d05e463
Add definition of "weak map" (#1713)
whimboo Mar 7, 2024
b7d581e
Revert "Add definition of "weak map" (#1713)" (#1803)
whimboo Mar 7, 2024
52c3e3a
Add a capability for returning the default user agent header value (#…
OrKoN Mar 7, 2024
29d400a
Add definition for "weak map" (#1804)
whimboo Mar 7, 2024
44031be
Fix unreferenced definitions
jgraham Mar 7, 2024
6c86972
Fix timeouts configuration (#1802)
jgraham Mar 11, 2024
43903d0
User prompt handler capabilities (#1791)
jgraham Apr 3, 2024
98140ea
Clarify when an element is disabled (#1807)
whimboo Apr 16, 2024
d43acbb
Fix inappropriate usage of "userPromptHandler" as capability name.
whimboo Apr 10, 2024
3b12477
Bump Selenium revision to include fix for "Get Element Text" atom (#1…
whimboo May 8, 2024
48a221b
Fix issues with User Prompt Handler after PR #1791 (#1812)
whimboo May 21, 2024
34f9efa
Fix handle any user prompts to set the type for beforeunload prompts …
whimboo Jun 7, 2024
0d759c9
Don't require user prompt handler notify to match when creating session
jgraham Jun 12, 2024
ebad903
Fix typo for "specficiations" in Sessions section (#1822)
katranci Jun 28, 2024
629163e
Fixed parameter name in "Dispatch a pointerDown action" paragraph (#1…
ChernyshevDS Jun 28, 2024
549d8aa
Editorial: fix typo (#1824)
OrKoN Jul 1, 2024
59d550b
Make object-valued user prompt handler defaults always override
jgraham Jun 13, 2024
af51973
Unconditionally return the unhandledPromptBehavior capability
jgraham Jun 13, 2024
bb939cc
Allow ignoring position or dimensions in set window rect
jgraham Jul 16, 2024
57eb5e9
Fix some small problems with set window rect changes (#1832)
jgraham Jul 17, 2024
7a23ea0
Update user prompt handler note for fallbackDefault (#1831)
juliandescottes Jul 23, 2024
172882a
Add a capability for returning the main PID of the browser
spectranaut Jul 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ that automate a user agent from a separate controlling process, but
may also be used in such a way as to allow in-browser scripts to
control a — possibly separate — browser.

The standard is authored by the W3C [Browser Testing- and Tools
The standard is authored by the W3C [Browser Testing and Tools
Working Group], and has produced the following documents:

* **Living Document**: https://w3c.github.io/webdriver/
Expand Down Expand Up @@ -46,7 +46,7 @@ Vendor status documents

* [Mozilla Firefox](https://bugzilla.mozilla.org/showdependencytree.cgi?id=721859&hide_resolved=1)
* [Microsoft Edge](https://docs.microsoft.com/en-us/microsoft-edge/webdriver#w3c-webdriver)
* [Apple Safari](https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/WebDriverEndpointDoc/Commands/Commands.html)
* [Apple Safari](https://developer.apple.com/documentation/webkit/macos_webdriver_commands_for_safari_12_and_later)
* [WebKit GTK port](http://trac.webkit.org/wiki/WebDriverStatus)
* [Selenium IEDriverServer](https://github.com/SeleniumHQ/selenium/wiki/W3C-WebDriver-Status)
* [Chrome](https://chromium.googlesource.com/chromium/src/+/master/docs/chromedriver_status.md)
Expand Down
Loading