I have a file field that has opacity: 0 and is overlaping a fake button. Its a common css technic to fake a sort of \"Upload button\" that displays consistently acr
opacity: 0
I've done it this way with elements that has the CSS style display:none; set:
display:none;
page.execute_script("$('.all-hidden-elements').show();"); all('.all-hidden-elements').first.click