Can I select 2 different tabs in the same time and input in them at the same time?
Kinda a weird and stupid question, but hear me out.
I'm practicing design a bit, and I have 2 different designs for the form, and I can't decide which one is better. Is there a way to split 2 tabs and input my keyboard in both of them in the same time so I can see in real time how effects perform?
It's driving me nuts. 😦
4 Replies
why not just compare with a video or something? that is a lot of extra work for a simple comparison
in practice the way you want it? no, it's impossible, you cannot have 2 active tabs at the same time that is how browsers work
can you do some sneaky trick to simulate it? yeah but it's a lot of work, you'd have to write a script that switches between tabs really fast to give the illusion of same time input
maybe put each form design in their own file, then create a simple wrapper page with two iframes and have each load one of your forms.
position the iframes side by side and enjoy. However, you can't put a focus in both forms at the same time.
you could then write a script to do the form work and have each file load that script to perform this input automation themselves.
It's basically a handmade, poor man's end to end frontend testing environment like with Cypress or Playwright.
Not sure what you expect tho, but maybe these testing tools could also solve what you're looking for in some way.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
it would have to allow 2 different urls to be synced tho, not sure if it does that