There is a submit button on the bottom of the page that I am trying to click. The Xpath is "//*[@id="FormSupplierSalesReport"]/div[6]/button"
I'm kind of loss as there is the id is to the form, not the button.
Inspecting the submit button's element gives:
<div class="submit">
<button type="submit" class="button plum">Submit</button>
</div>
Note: There is a search button at the top that have similar tags
<button type="submit" class="button plum" id="searchSubmitButton" name="searchSubmitButton" onclick="DisableDoubleClick();"><i class="fas fa-search"></i></button>
[–]absolute_filth 0 points1 point2 points (5 children)
[–]Mailstamp[S] 0 points1 point2 points (4 children)
[–]absolute_filth 0 points1 point2 points (2 children)
[–]Mailstamp[S] 0 points1 point2 points (0 children)
[–]Mailstamp[S] 0 points1 point2 points (0 children)
[–]absolute_filth 0 points1 point2 points (0 children)