I want to start webkit as I can do with chromium or firefox using PersistentContext, so that I can read data from a forum which I browse and use the saved session.
In chromium I do
options['executablePath'] = '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome';
var browser = await playwright.chromium.launchPersistentContext(data_directory['chrome'], options);
How can I do the same for Safari (WebKit)?