Last updated
Was this helpful?
Close tab is the action that instructs the browser to immediately close the currently active tab. This action does not have any accompanying configuration parameters.
🎥 Watch the tutorial video: Here.
When you open a secondary tab to retrieve the verification code from an email or get information from a digital wallet, after you have copied the desired data to a variable, you need to close that tab to free up RAM and keep the browser interface tidy:
Processing flow:
Successfully retrieve the OTP in the secondary tab.
Drag the Close tab action into the script.
Call the Active tab action (with index = 0) to return control to the main working tab.
Last updated
Was this helpful?
Was this helpful?