Closed jk-1 closed 7 years ago
This might be a problem with the Selenium IDE, because it cannot playback correctly simple w3schools demo. I filed this: https://github.com/SeleniumHQ/selenium/issues/4032
id=bs-auto-a397c7bb-ce0c-490f-b0d2-d48da41478d5
Looks like Selenium uses auto-generated id, which are always unique.
I was trying to run scalajs-bootstrap demo https://karasiq.github.io/scalajs-bootstrap/ using Selenium IDE firefox add-on (http://www.seleniumhq.org/projects/ide/)
I started Selenium IDE recording and tried various things with the demo. Then I stopped recording and tried to rerun the recorded macro step by step.
Buttons and links seem to work same way when comparing original recording run and macro step by step rerun. Text inputs, radio buttons, list selections (plain selection, multiple selection in demo) do not work as they shoud when running macro step by step.
From another app using scalajs-bootstrap I also noticed that password fields and email fields also do not work when running the macro. In this app during the record phase oninput event is fired but during macro rerun oninput event is not fired for some reason although the text changed on the input field also when running macro. onchange event is fired in both cases (recording / macro run).
Is this problem in scalajs-bootstrap or in Selenium IDE?
Here are couple of macros I recorded with Selenium IDE: