Does Chrome browser support number evaluation in its address bar during Manual URL submission

Viewed 45

NORMAL URL which works

https://jenkins.com/jenkins/SAMPLEBUILD/job/BUILD_0/lastBuild/api/json?tree=?tree=building,result,fullDisplayName,result,timestamp,url,actions[propertyMap]

Question

Does chrome browser support number evaluation in its address bar during URL submission manually?

$(lastBuild-1) OR eval(lastBuild-1) OR eval(168-8) i.e either variable or a specific number

https://jenkins.com/jenkins/SAMPLEBUILD/job/BUILD_0/$(lastBuild-1)/api/json?tree=?tree=building,result,fullDisplayName,result,timestamp,url,actions[propertyMap]

This might sound like a strange question, however, this is something am curious to understand, can anyone please shed light on this, if they have encountered similar problem?

NOTE:I'am trying to make use of just chrome(anybrowser for that matter) and NOT make use of any programming language for doing the same

0 Answers
Related