Home > front end >  The value of selenium from the newly added element
The value of selenium from the newly added element

Time:12-13

Python selenium for the newly added operation li value
 jq="' 
$(function () {
$(" # engineNo ") on (" click ", function () {
Var STR="& lt; Ul>
  • ";
    $(" # engineNo ".) after (STR)
    });
    });
    "'

    Driver. Execute_script (jq)

  • In the browser print is empty

    How can I get to the value of li?

    CodePudding user response:

    Is this all right? Python can be used directly in the front? Self-study? Also never knot stick?
    • Related