I'm using the Chrome console using the snippet tool.
When I execute my code without the window.location.reload
I can refresh the page manually and the code runs and selects the button I need it to. Is there any way to make it reload the page when I run the code, and subsequently run the function?
window.location.reload()
window.onload=stephen;
function stephen(){
selectedValue('mills');
}