I have just started exploring Cypress and came across such a problem: is it possible to select a concrete attribute and change its value like in Selenium with the help of JavascriptExecutor? For example lets take this simple piece of code
input id="mapsearch" type="textbox" class="form-control" name="address" test=""
Is it possible to get the test attribute and assign my own value?