Home > other >  How python drop-down box input parameter data input display
How python drop-down box input parameter data input display

Time:09-18

1. The page shows:


2. The HTML data:



3. Code:
Driver. Find_element_by_xpath ('//* @/div/div id="content"]/div [1]/div/div [3]/div [1]/span/input '). The send_keys (" Beijing branch ")
Can locate the input (Beijing branch)

4. Now requirements:
To read parameters from the table, the input parameter value:


5. How to read the parameter in the table (Beijing branch), input to the drop-down box input displayed?

Hope to have superior to show just a little, thank you!

CodePudding user response:

6. Or use the ul positioning input parameters?

CodePudding user response:

The input it seems can't input, only choice

CodePudding user response:

Direct input in the second positioning, UI automation, if do can:
1, orientation to the company's first drop-down button, click operation,
2, on the choice of orientation to the pop-up menu to select options, click operation on
Through the above operation, can be selected automatically
  • Related