kwfinder.com - I have tested with different click types but your tool dont click “anywhere” and “anylanguge” from this page: kwfinder.com/ Is there a function to do this?
For the dropdown form filling question: This is not a standard HTML dropdown but a custom design. That is why the regular Selenium IDE-style select command fails. But XClick and XType can automate it. See here:
In the screencast we select Bulgarian as language. To do so, we first click on the dropdown to give it the focus and then use XTYPE to send the KEY_DOWN and KEY_ENTER commands.