Pretty new to selenium IDE.
I've been trying to get this to work but I have some issues with select2. I've looked into other issues like:Selenium IDE-Automating Select2 Search Box etc..
What I have so far is:
clickAt | css=.select2-choice |
sendKeys | css=#select2-drop input.select2-input | Adobe
clickAt | css=.select2-result-label:contains('Adobe') |
It opens the select2, types ' Adobe ' and filters, but it won't click on the result it finds. Any ideas/suggestions?
Kind regards
clickAt | css=.select2-choice |
sendKeys | css=#select2-drop input.select2-input | Adobe
pause | 1000
clickAt | css=.select2-result-label:contains('Adobe') |
This fixed it, putting a pause in the middle. It went to fast, if you put Selenium on ' Slow mode ' it went fine, just on fast it sweeped over it.
I think is better without "pause" (performance)
clickAt | css=.select2-choice |
sendKeys | css=#select2-drop input.select2-input | Adobe
waitForVisible | css=#select2-drop |
clickAt | css=.select2-result-label:contains('Adobe') |
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With