retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Adding attributes to SutStateIdentifier #31

Open PickHub opened 5 years ago

PickHub commented 5 years ago

Being able to access the HTML attributes of the target elements from the list of actions/action identfiers from getIncomingActionTransitions would be really helpful.

Possible attributes: Identifying Attributes: type path absolute outline

Attributes: autofocus contenteditable disabled download draggable height hidden href multiple name onabort onblur oncanplay onchange onclick oncontextmenu ondbclick ondrag ondrop onended onerror onfocus oninvalid onkeydown onkeydowns onkeypress onkeyup onmousedown onmousemove onmouseover onmousewheel onresize onscroll onsearch onsubmit readonly size sizes tabindex shown target type value width

beatngu13 commented 5 years ago

Disclaimer: As long as we extract the training data "live" and only use the previous action—like the ANN prototype does—there is no need to add this data to the SUT model.