"form-group form-style">审核通过
ele1=d.find_element_by_css_selector(’#logMsg > div:nth-child(1) > div:nth-child(2) > div’)
ele1.text 《‘审核通过’》
ele2=d.find_element_by_css_selector(’#shenHeIdeaEntryForm > div:nth-child(5) > div:nth-child(2) > div > input’)
ele2.get_attribute(‘value’) 《‘10000.00’》
d.execute_script( ‘return document.getElementsByName(“loanAmount”)[0].value;’) 《‘10000.00’》
d.execute_script(""“return $(‘input[name=“loanAmount”]’).val()”"")