I have the problem of running this. I get back an error stating that I have a syntax issue. Ineed help with the Syntax.
driver.execute_script('$('select[name='condition'] option:eq(30)').prop('selected', true);') ^ SyntaxError: invalid syntax
driver.execute_script("$('select[name='condition'] option:eq(30)').prop('selected', true);")