Selenium-Foundation icon indicating copy to clipboard operation
Selenium-Foundation copied to clipboard

Add a feature that allows the context element of a page component to be "optional"

Open sbabcoc opened this issue 3 years ago • 0 comments

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 an optional element as context. Currently, I think it's possible to specify an optional context element, but the base component implementation lack methods to realize "optional" component behavior.

sbabcoc avatar Dec 03 '21 00:12 sbabcoc