I am on takeout.google.com and they list all their tools that allow you to checkmark which tools you want to export.
I have already used Browser actions to “press” the “Deselect all” button and now I want BA to “press” the checkbox next to the Youtube tool row to turn it on.
Problem.
The unique identifier for each row is the “data-id” attribute and its probabaly the only way I will be able to press the checkbox via BA.
But the BA action does not seem to call it:
Here is a stripped down version of two rows, the Youtube one is the one I want to press the checkbox on.
<div jscontroller="vE1vyb" jsname="E6bu2c" jsaction="JIbuQc:FjfUbe(PE3haf); click:Q8pxEc(Ue9tsc);rcuQ6b:uBz4id" data-id="voice" data-enabled="true" data-is-visible="true" class="gGfIad ">
<!-- Content related to Google Voice -->
</div>
<div jscontroller="vE1vyb" jsname="E6bu2c" jsaction="JIbuQc:FjfUbe(PE3haf); click:Q8pxEc(Ue9tsc);rcuQ6b:uBz4id" data-id="youtube" data-enabled="true" data-is-visible="true" class="gGfIad ">
<!-- Content related to YouTube and YouTube Music -->
</div>
I am trying to test with “voice” but once I figure it out I will be using BA to press teh “Youtube” row.