Here is an example. store json, {"username":"abc", "password":"123"}, userInfo type, name=username, ${userInfo}.username The result is "abc" in Selenium IDE but it is **{"username":"abc", "password":"123"}.username** in selenese runner.
Here is an example.
store json, {"username":"abc", "password":"123"}, userInfo
type, name=username, ${userInfo}.username
The result is "abc" in Selenium IDE but it is {"username":"abc", "password":"123"}.username in selenese runner.