All Questions
6 questions
1
vote
2
answers
497
views
I need to count Images with a specific value for "src" in a web page and populate a input field and submit page using script automatically
Assume any web page with a Form and having a set of images. I need to populate the input text value on page load and submit.
var imgs = document.getElementsByTagName('img');
var countImagesFilled = 0;...
1
vote
3
answers
15k
views
Script to move mouse every 5 minutes
I am trying to write a simple script that will move my mouse every 5 minutes if it has been idle. I am familiar with Java and C but I have never written a script before.
I've tried VBS and JavaScript ...
-3
votes
2
answers
985
views
What is the most valuable scripting language, VBScript or JScript? [closed]
What is the most valuable scripting language, VBScript or JScript?
0
votes
1
answer
2k
views
VBScript and JScript seem to handle element.click method in a different manner. Why?
guys. Here's another sample script in VBScript. It opens internet explorer, navigates to google, sets up a search field and submits a query.
set ie = CreateObject("InternetExplorer.Application")
ie....
1
vote
2
answers
1k
views
Can I use the .NET Framework from JavaScript (JScript) or VBScript?
I want to write a script that can run on a vanilla Windows (XP or later) system and call methods in an installed (GAC'd) .NET assembly. (I need to deliver the script to other people and I don't want ...
4
votes
4
answers
2k
views
Windows Scripting: VBScript, DOS, JS, Python,
Say you were mainly a C-syntax like programmer and Linux systems administrator, and you were tasked with creating some simple automation tasks on Windows (monitoring of back-up files, process ...