Using this example, how do I retrieve the values of interaction on the electron page?
I am stuck at this
item_dict = item.get()
clm_dict = item_dict["claims"]
clm_list = clm_dict["P2069"]
for clm in clm_list:
clm_trgt = clm.getTarget()
All I get is another itempage object. (python 3.6)