In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box and after I have selected the options, 'INSERT' field need to appear. But when I am running those steps the option that I have selected is not shown up but the default options are shown up and 'INSERT' button too does not shown up. How to make sure that the selected fields are displayed along with the 'INSERT' link.When I am recording it is recorded as:Browser().Page().WebTable().WebElement(Option name that I have selected).click2. How to differentiate between two or three links with same name, like "DELETE", when the TYPE is None and not Index. When I am putting it in a loop, only one link gets deleted which is associated to one row. For other rows the 'Object not found' message is displayed
Questions by Sujatha Kandikonda
Showing Answers 1 - 2 of 2 Answers
In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box and after I have selected the options, 'INSERT' field need to appear. But when I am running those steps the option that I have selected is not shown up but the default options are shown up and 'INSERT' button too does not shown up. How to make sure that the selected fields are displayed along with the 'INSERT' link.When I am recording it is recorded as:Browser().Page().WebTable().WebElement(Option name that I have selected).click2. How to differentiate between two or three links with same name, like "DELETE", when the TYPE is None and not Index. When I am putting it in a loop, only one link gets deleted which is associated to one row. For other rows the 'Object not found' message is displayed
Profile Answers by Sujatha Kandikonda Questions by Sujatha Kandikonda
Questions by Sujatha Kandikonda