I have been trying to click on a dropdown to select an option and then click on the submit button to generate a report. It is from a SSRS (sql server reporting service) site that I want to generate the report. I have tried so many different ways like by ID, xpath, name, class etc. to get to the element but always get the no such element error. Does any one know why I am getting the error. I am providing the complete HTML code for the page.
Hello,
I have been trying to click on a dropdown to select an option and then click on the submit button to generate a report. It is from a SSRS (sql server reporting service) site that I want to generate the report. I have tried so many different ways like by ID, xpath, name, class etc. to get to the element but always get the no such element error. Does any one know why I am getting the error. I am providing the complete HTML code for the page.