I have to set three dropdowns within a table, as well as enter text into a text box, and then click a submit button.
None of these things have a name or ID.
They are inside a table with ID ="Table"
The dropdowns have class="dropdown"
the textbox has class="textbox"
the button has class="submit"
Can anyone provide guidance, Thanks
None of these things have a name or ID.
They are inside a table with ID ="Table"
The dropdowns have class="dropdown"
the textbox has class="textbox"
the button has class="submit"
Can anyone provide guidance, Thanks