So, I have to identify an element that has no name, dynamic id and there are other elements with the same class.(I have to read the selected option in the select)
There are 2 ways I *THINK* there might be a solution
1. There is a label under the same div, it has as text, it is the only label with "Salesperson". If there is a way to identify that div and select the select in that div
2. The select has options that are unique to that select, if there is a way to get that element based on one of it's options

Other than that I have no idea