Scott Babcock
Scott Babcock
## Detailed Description The documentation of the standard InSpec resources is entirely focused on using these objects in `describe` blocks, but they are also very useful as standalone objects. However,...
I just installed Arch Linux using the Andronix application, and everything looks good except for one detail. The install script never created "fakethings" in the Arch file system. Consequently, I...
I have a mature project from with I've published many releases: https://github.com/Nordstrom/Selenium-Foundation Prior to the current revisions I'm trying to publish, I released my builds from a Windows machine. For...
There's a longstanding convention of naming the uber JAR files for Selenium server releases as "selenium-server-standalone-<version>.jar". Initially, this project followed this convention, which enabled parameterized handling of access to these...
As currently implemented, a local Grid collection gets launched as a group as configured and that's it. It would be nice if the local Grid API included a facility to...
Due to the auto-recovery behavior of RobustWebElement objects, it's possible to have the items in an existing component collection silently fall out of sync with the actual page content they...
To get the level of support I've been able to manage, I had to create a special **FirefoxShadowRoot** search context. This works up to a point, but falls over when...
The modeling of alerts in Selenium WebDriver is... odd. Alerts are not search contexts, so it makes no sense that code needs to "switch" to an alert to interact with...
Element references returned by JavaScript functions are native WebElement objects, which means that we have no automatic recovery if references go stale. We should provide methods to enable implementers to...
It pretty common for components to exist under certain conditions, but to be absent in others. To model this sort of "optional" component, we should allow for the specification of...