← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663480]: How to create multiple app instances out of one app - chrome?

 

Question #663480 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/663480

henry Smith posted a new comment:
Interesting question — Sikuli usually recognizes Chrome as a single app
process, so separating windows into distinct instances isn’t directly
supported. However, you can simulate this behavior by launching Chrome
with different user profiles or using command-line flags like --user-
data-dir and --profile-directory. Each profile acts as an independent
Chrome session, which Sikuli can then handle as separate app contexts.

If you want a full step-by-step guide on managing multiple app instances
and automation testing setups, I’ve shared a breakdown on <a
href="https://ryumoto-gfx.com/";>Ryumoto GFX</a> — it covers Chrome
instance handling and automation workflows in detail.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.