SHAFT_ENGINE icon indicating copy to clipboard operation
SHAFT_ENGINE copied to clipboard

[Feature Request]: create a list of element objects in memory for faster access and reuse.

Open MohabMohie opened this issue 1 year ago • 0 comments

rather than calling webdriver with every consecutive webelement call (for the first time per element action) store objects in memory for future reuse, this should improve performance if multiple actions are taken against the same element throughout the same runtime.

MohabMohie avatar May 12 '23 07:05 MohabMohie