1//The following code assumes that the given element has both of those classes;
2document.querySelector('.rateRecipe.btns-one-small').click();
3
4//In the following code, the space is meant to imply an ancestor-descendant relationship
5document.querySelector('.rateRecipe .btns-one-small').click();