vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

Reference to the properties of json object doesn't work #338

Open hudk2000 opened 1 year ago

hudk2000 commented 1 year ago

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.