Help with understanding Javascript browser automatisation approach

ena

New member
Joined
Jun 7, 2024
Messages
3
Points
1
Hi to all coders
I am a medium coder in C#,. Net selenium browser automatisations etc. for about 10 years. Various projects
Few days ago I tried to code in Javascript due to the very big similarities between c# AND JS.
But strange nothig related to browser automatisation is working.
I can parse texts, make math in Javascript but I cannot do browser automatisations.
For example I tried simple task to automate the login to my WordPress site page. In Javascript. I coded in notepad++ and tried also in visual code studio.
I navigate to wp-admin and command to fill the user and pass and press the submit form.
I know how to use id's and name for identify the css.i made comex projects in c# in this field.
But.. Nothing in JS..
So I must have Installed selenium or other similar tool for automatisation? It is not working without selenium?
If so where to Install.. Selenium :)) in notepad ++ :))
Is selenium is required.. Do you have any selenium alternatives? For example in C# some coders Consider selenium outdated.
I tried some tutorials o with JS from yt and net but there are very low quality comparing with. Net tutorials in various languages.
Regards.
 
Top