# Runner Global Component Settings

**URL:** https://forum.opentap.io/t/runner-global-component-settings/2536
**Category:** Technical
**Created:** [August 5, 2025, 12:23pm UTC](https://forum.opentap.io/t/runner-global-component-settings/2536 "2025-08-05T12:23:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mavo1](https://avatars.discourse-cdn.com/v4/letter/m/b782af/32.png) [@mavo1](https://forum.opentap.io/u/mavo1)
#### Post date: [August 5, 2025, 12:23pm UTC](https://forum.opentap.io/t/runner-global-component-settings/2536/1 "2025-08-05T12:23:23Z")

</div>

Hello,

I have a question about changing the component settings in the runner. How is it possible to change the component settings for all sessions in the Runner? When I start my runner and connect with my client I can receive the component settings. When I then use the EditorX to update the component settings it works and the settings of my component settings change. However, when I try to do this myself by updating the component settings with the Runner directly it initially seems to work as it updates the settings when I call them. However when I then open a new session and run a testplan the old settings are being used. Am I missing a step here to tell the Runner to update its ComponentSettings?

Thanks in advance for the help!

---

<div class="post-metadata">

### Author: ![mavo1](https://avatars.discourse-cdn.com/v4/letter/m/b782af/32.png) [@mavo1](https://forum.opentap.io/u/mavo1)
#### Post date: [August 5, 2025, 1:32pm UTC](https://forum.opentap.io/t/runner-global-component-settings/2536/2 "2025-08-05T13:32:51Z")

</div>

Some additional information that might help understand my problem:

I took a look at the logs and it seems that the EditorX saves the results back in the files:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/opentap/original/2X/b/b4cde7fc1fe538eb1c93b95fb7b73ef266142448.jpeg)

I couldn’t figure out though which request triggers this as before this there is only the request for setComponentSettingListItem and some getComponentSettingsRequests.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/opentap/original/2X/9/9468efc490b39048b8d8bca1f9b0123ef6ad5b5c.jpeg)

If I make the exact same requests with my own sessionClient (where all the requests also succeed), the saving does not happen…
