Performance
Caching
new GptDriver({
apiKey: browser.options.gptDriverApiKey,
cachingMode: "FULL_SCREEN",
...
});await gptDriver.aiExecute({
"prompt": "Add product to cart",
"cachingMode": "INTERACTION_REGION"
})AI as fallback
Last updated