UI testing beginner here, can Selenium be used for UI testing single page JavaScript apps?
Apps use async AJAX / Web Socket requests, service end points are tested but I need UI testing as well.
Apart from Selenium, which other tools would you recommend?