appium / appium-inspector

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
https://appium.github.io/appium-inspector/
Other
1.15k stars 284 forks source link

bug: ‘Open Session File…’ action only affects the first window; subsequent windows cannot be prefilled #1681

Open mateusz-plociennik opened 3 weeks ago

mateusz-plociennik commented 3 weeks ago

Is this an issue specifically with Appium Inspector?

Is there an existing issue for this?

Current Behavior

Expected Behavior

Operating System

Mac

Appium Inspector Version

2024.8.2

Appium Version

2.11.3

Further Information

No response

eglitise commented 2 weeks ago

I can confirm this is reproducible, though I'm not really sure if the sessions should load independently in each window - rather, they should be applied to all open windows. But I am thinking of updating the session upload implementation to something similar to the current gesture upload implementation. This means it will go through the Inspector GUI rather than the menu bar, and save the session right away - this will likely fix the multi-window problem.