The Properties editor has several categories.
among several tabs, I want to click on the modify tab using python.
but this seems not to be working. How can I write a script that clicks various tabs of the Properties Editor?
Here is my code:
import bpy
bpy.context.space_data.context = 'MODIFIER'

