I've got the_id to be 31
How can I go to that url with js in selenium?
I have been trying:
store # not sure command to use here. Not "open" as that open up this window.
javascript{window.location.href = "/districts/${the_id}"}
dummy
but ${the_id} is not being interpolated.