docs: add 7 medium-priority undocumented SHAFT_ENGINE features#444
Merged
Conversation
✅ Deploy Preview for shaftengine ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… async element actions, XPath axis/ARIA/smart locators, mobile emulation, wrap existing WebDriver Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/e8df246f-484a-4211-84d4-026a24ba9f23 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
…ze() blocking behavior, add Role import to example Agent-Logs-Url: https://github.com/ShaftHQ/shafthq.github.io/sessions/e8df246f-484a-4211-84d4-026a24ba9f23 Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix handling of medium priority items
docs: add 7 medium-priority undocumented SHAFT_ENGINE features
Apr 7, 2026
Signed-off-by: Mohab Mohie <Mohab.MohieElDeen@outlook.com>
MohabMohie
approved these changes
Apr 8, 2026
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.

Closes coverage gaps identified in the documentation gap analysis (issue #440). Adds full documentation for 7 commonly-needed SHAFT features that had no dedicated docs.
New pages
Keywords/GUI/Async_Element_Actions—driver.async().element()parallel actions via Java 21 virtual threads; coverssynchronize()/join()/sync()blocking semantics and when-to-use guidanceKeywords/GUI/didYouKnow/Mobile_Emulation— Chrome DevTools device emulation; preset device names, custom viewport/UA/DPR, properties file + CLI configExtended existing pages
TestData_Management— YAML test data section: type-safe getters (getString,getInteger,getAs,getListAs), nested dot-notation keys, format comparison table updated with YAML columnAPI/Request_Builder— GraphQL section: plain query, variables, auth header, mutation; note on auto-wrapping payloadGUI/Element_Identification— Three new locator sections:byAxis().followingSibling(),.ancestor(),.child(), etc. (all 8 axes)Locator.hasRole(Role.BUTTON), fullRoleenum referenceLocator.inputField("Email")/Locator.clickableField("Submit")didYouKnow/Native_selenium_Webdriver— Upgraded from a stub; adds Wrap Existing WebDriver pattern for incremental Selenium → SHAFT migration:Sidebar
sidebars.jsupdated to includeAsync_Element_ActionsandMobile_Emulation.