Cannot create script helper from null object map.
A script helper cannot be created from a null object
map. Recording a test script involves creation of a script helper.
This helper is created at the end of recording by making use of the
script definition and the object map. If the object map is null the
script helper cannot be created and hence the recording operation
is incomplete.
Ensure that the object map is not null and try to
create a script helper again.