fork(1) download
  1. import json
  2. value = 'J590'
  3. # Using `print` in place of `driver.execute_script` just for this example
  4. print(f"document.getElementById('CustCd').value = {json.dumps(value)};")
Success #stdin #stdout 0.03s 9716KB
stdin
Standard input is empty
stdout
document.getElementById('CustCd').value = "J590";