SHAFT_ENGINE
SHAFT_ENGINE copied to clipboard
[Feature Request]: create a list of element objects in memory for faster access and reuse.
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.