Hi im very new to Selenium and have been using it to build some test scripts on a test site.
There are a few areas that run fine when creating the test but when i run the test again to check it works ok it states that the element cant be found. Ive tried setting the target to each of the options when inspecting the element (such as xpath, css selector etc) but it cannot find the element even when i click "find target in page". The recent area thats causing issues is a submit response button on the test site.
The location when i use the "inspect element" function shows as;
<div class="ui green right submit icon button" data-bind="click: SubmitResponse, clickBubble: false">Submit response</div>
& on the initial run through selenium ide it shows as:
//div[3]/form/div[6]
Ive spent a few hours trawling through google and multiple sites and ivee tried some of the responses that appear but cannot get the test to work after the initial run.
If anyone could help id be very greatful!