Jump to content

JavaScript HTML record/play software. Exists?


aircooled

Recommended Posts

Is there a record/play HTML JavaScript sofware? I just want to record very limited actions like click on a webpage's field and insert a name and have the software recording (just as an exmple):

document.getElementsByClassName("inline")[1].value := "Mary"

Much like it is possible with a Selenium framework on the exact same website. The Selenium framework recorder extracts all attributes of the webobject (id, name, xpath, css, etc) and chooses one that it finds more appropriate while it displays all of them. If I find as a user that I want to use another attribute instead since I find it more suitable, I change the software's choice and change to my choice.

I am having problems automating a website with JavaScript (none of the function calls I use based on an inspect with Google Dev Tools work) while I can perfectly interact with the same website fields by executing Selenium.

Anyone knows of such a record/play HTML JavaScript software? 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...