You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.
The action system needs a bit of a rework. I want to make it more flexible and have it fit the browser system a bit more. Converting the system to yaml will also allow a user to leave comments in the file without the need for the commentjson module.
Couple of examples:
# Old method
- action: set_value
selector: input[name=password]
value: isAWESOME
# New method
- action: set
select: "input[name=password]"
attribute: value
value: isAWESOME
The action system needs a bit of a rework. I want to make it more flexible and have it fit the browser system a bit more. Converting the system to yaml will also allow a user to leave comments in the file without the need for the
commentjson
module.Couple of examples:
The text was updated successfully, but these errors were encountered: