I get the content (source) of a webpage by using faraday in ruby. I want to extract a JS variable in the source code obtained with faraday. The JS variable is written like this :
argTab["labelExample"] = "theThingIWant";
I want to do this in ruby (framework rails).