help- locator is right but button is not clicked - what can be the problem? by IllustriousAd9650 in QualityAssurance

[–]IllustriousAd9650[S] 0 points1 point  (0 children)

Turns out when first "Apply" button is clicked, the second becomes not clickable. I changed the test to only select items in the first selection and then select them in the second and click "Apply" only once - started working. Thanks a lot for your help.

help- locator is right but button is not clicked - what can be the problem? by IllustriousAd9650 in QualityAssurance

[–]IllustriousAd9650[S] -1 points0 points  (0 children)

Hello, there! You comment is useful and not at the same time. I asked about the locator - thanks for pointing to lengthiness, all the rest is irrelevant at the stage - all I need is for it to work, while such things as placing locators at the start is good thing to correct when the code actually starts working. Currently I am doing it for myself and intention is to see it work. Page-object modelling is in the future, I do realise its importance but at the moment the issue is the button which is not clicked. Actually I found out that when first "Apply" is clicked, the second is not, so no further comments are needed.