For action generators, there should be a combinator like withinBoundingBoxOf(selector | element, subgenerator) that filters the subgenerator's actions against the bounding box of the selected element. This would make it easy to use the default action generators for clicking and inputs, but constrain them to only operate in certain parts of a page.
For action generators, there should be a combinator like
withinBoundingBoxOf(selector | element, subgenerator)that filters the subgenerator's actions against the bounding box of the selected element. This would make it easy to use the default action generators for clicking and inputs, but constrain them to only operate in certain parts of a page.