Batch Deactiveren
storeCharging Station Name,Status;returnText
loadVarsstation_export.csv
if"${Charging Station Name}" != ""
openhttps://www.vattenfall.de/emobility-portal-web/operation/SearchOperation.action?search=&mainNav=mainOperation&subNav=
typeid=filter.name${Charging Station Name}
clickname=result
storeElementPresentcss=.statusLight > .disableddisabled
storeElementPresentcss=.statusLight > .okok
storeElementPresentcss=.statusLight > .errorerror
if${disabled}
store${returnText}${Charging Station Name},disabled;returnText
elseIf${ok}
store${returnText}${Charging Station Name},ok;returnText
else
clicklink=Show
clicklink=Deactivate
clickid=text
typeid=textAmir: Yet to be installed (New Station).
clickname=save
storeTextcss=.infoinfo
store${returnText}${Charging Station Name},deactivated;returnText
endIf
endIf
endLoadVars
echo${returnText}