Tagged Questions
0
votes
1answer
31 views
How to create Javascript to search Google
I am using Sahi for automation and just as a little experiment of what I can do in JavaScript ( I am fairly new to JavaScript)
I want to create an automation process that will search through Google ...
1
vote
2answers
42 views
Does CasperJS provide references to the underlying PhantomJS objects?
I'm migrating a script from PhantomJS to CasperJS, and am wondering if Casper provides any references to the Phantom objects that it is using behind the scenes.
Phantom provides some functionality ...
0
votes
0answers
33 views
WebdriverJS and drop down menus
I am running WebdriverJS on nodeJS to test the UI of a website. I want select and click on a submenu item in a drop down menubar. The submenu items are hidden by CSS. The menubar looks like this:
...
2
votes
1answer
103 views
Selenium webdriver: How can I click these links?
<a onclick="requestReportGeneration('857f23e1baa767622a91f970963d8918', 'reportDiv31','CSV')" href="javascript:void[0];">CSV</a>
<a ...
0
votes
0answers
60 views
Selenium webdriver: Clicking a legend to fire a javascript function?
I have a page I am trying to automate. When the page loads there is a table with headings, when you click a heading it calls some javascript function and expands the page to reveal some links. This is ...
0
votes
1answer
16 views
Integrating parts of a project into another project
I'm building a library, and plan to use parts (could be entire files or arbitrary lines) of other libraries in my code. Also, I would like to have fixes on the other library reflect onto my library as ...
0
votes
1answer
129 views
Selenium clicking a link where the href is javascript:void[0];
I'm trying to see if when a link is clicked a report is generated on the page using Selenium webdriver with Java.
What happens is there are a bunch of links on a page, most of them when clicked go to ...
0
votes
2answers
46 views
while automation unable to click on link because of horizontal scrolling is not working
I am automating webpage using JavaScript but while automating I can't click on links which are hidden behind scroll. I wrote code for horizontal scroll, but it's not working. So can you help with how ...
0
votes
0answers
41 views
Automatic Email on form submitted
I have a script that sends the last edited row in a google spreadsheet.
I have it the script sending the data in a specific format to suit my criteria but i need to find a way so that when someone ...
0
votes
2answers
39 views
clear TextField when focused using javascript
i want to delete the text from textfield which i set earlier.
note: not using javascript for web development or CSS etc., i am newbie in automation testing and designing test script for GUI testing.
0
votes
1answer
34 views
How to filter javascript from specific urls in HtmlUnit
HtmlUnit takes lot of time to execute javascript, i would like to know if its possible to make HtmlUnit not to load javascript from url regex filters.
2
votes
0answers
87 views
How to reference Photoshop Folder object in VBScript
Using Adobe PhotoShop CS4 scripting, JavaScript provides the File and Folder classes, but I do not see how I can use these classes from VBScript.
Currently I use the DoJavaScript function like this:
...
0
votes
1answer
35 views
Windows UI Automation from a Web Page
I have VB.NET code that handles automation of various application installs. I want to move this essentially out of a VB generated EXE package, and be able to execute the same code (or the equivalent ...
0
votes
1answer
67 views
Loading js files in Watir
I want to be able to dynamically load .js libraries like jquery using Watir for some advanced browser automation. This is what I tried:
$browser.execute_script( %{var bootscript = ...
1
vote
1answer
91 views
Headless browser with full javascript support [closed]
I've been using HTMLUnit and it's good but it does not work with all the sites, and when testing new sites I'm always unsure if it will work or not. Is there anything that has "full" JS support? ...
0
votes
0answers
63 views
Automate finding and submission of forms/links generated dynamically through Javascript on a web page
I have to automate the task finding and submitting dynamically generated javascript forms/links with dummy values in a web page, and capture the result in order to analyze it. I found out that ...
0
votes
0answers
41 views
load page repetitively using firebug
On the webpage
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
there are tables. When we click on next page number a java script gets executed. Does anyone know how to ...
1
vote
1answer
42 views
sahi - dynamic table
I'm trying to figure out how to find the row number where a particular text value is (it's a dynamically created table, so if something is deleted/added the row num will change.) Then I'd like to get ...
0
votes
1answer
107 views
Download data from a table on webpage with dynamic content
Hi all I want to download the tables from
http://www.bseindia.com/members/DirectoryOtherIntermediaries.aspx?expandable=2
To navigate to next page a java script gets run:
eg: ...
0
votes
1answer
216 views
iMacros Script extracting other wrong variables
I am working with an iMacros script to extract information from yellowpages.com. When I run the script it begins extracting correctly, but as soon as it reaches a listing without one of the attributes ...
2
votes
5answers
166 views
how to call a javascript function at a specific time
I have got around 10 <div>'s and in every <div> there is a different datetime. I want to call a java-script function when the clients local time matches the time in that <div>'s.
...
1
vote
1answer
159 views
Using charCodeAt() to retrieve character from KeyCode
I am trying to write a Javascript/jQuery function that will automatically bind keyboard shortcuts to my webpage. The method I have in mind is something like the following:
Loop through all elements ...
0
votes
0answers
81 views
Java check if external browser is done executing all scripts and ajax calls
I wish to create a function in Java that checks when a given web browser has completed executing javascript and ajax calls and is now ready to be tested. (Idea is that I am waiting for the page to ...
3
votes
2answers
103 views
Python / IE7 - how to bypass alert boxes
I have automations scripting written in Python for IE7. It works perfectly, except for the cases when an alert box is triggered. The alert box is triggered in the onload for the body, which means it ...
0
votes
1answer
489 views
Automatically filling out web forms and returning the resulting page
This is my first time posting here. I greatly appreciate any and all guidance on this subject.
I'm trying to make a program that automatically fills in web forms and submits the data, returning the ...
-2
votes
2answers
376 views
Change settings in IE Print -> Page Setup [duplicate]
Possible Duplicate:
css print styling
How to change programmatically the settings of Print -> Page Setup, either server or client side, in an asp.net mvc application?
I need to change ...
1
vote
0answers
37 views
verify checkmark in iOS instruments
I'm trying to verify if a cell has a checkmark next to it after being selected through iOS automation of an app.
Can someone help me with this?
for example:
...
2
votes
0answers
193 views
Monkey talk automation tool error with JS and Component Tree
I just started write some automation scripts for my app.
On the iOS version, I use apple UIAutomation, and for the android version I started working with a nice tool called MonkeyTalk by GorillaLogic ...
1
vote
1answer
465 views
Dynamic Build Processes with Grunt.js
Is it possible to read a JSON file of child-themes and variables relevant to each one and have a dynamically generated build process via grunt.js?
Specifically, I have a standard grunt.initConfig(), ...
1
vote
1answer
283 views
Using Grunt.js to Iterate Over Completely Unique but overlapping theme files
I'm using http://gruntjs.com/ to create a build script that iterates over a themes.json file, the JSON include looks like this:
{
"vintage" : {
"_name" : "vintage",
...
-1
votes
3answers
148 views
System automation with JavaScript? [closed]
Is there any server-side system automation software using JavaScript? That is: writing macros like "open window", "mouse click at position" and so on, from within node.js?
2
votes
5answers
320 views
Save images to hard disk WITHOUT prompt?
I use twitter. Some people's tweets contain photos and I want to save them.
I checked ifttt. There twitter is not a trigger. Thus, ifttt cannot help me do it.
One idea is probably to use ...
0
votes
1answer
57 views
Automated deployment of JavaScript project for different environments
I was looking for similar problems and, of course, there exists many but I would like to know if someone uses a similar project like us and how you have deal with it.
We are working on a project ...
0
votes
1answer
65 views
The best tools for Automation in IOS [closed]
I am looking run an automation on my code to test certain modules and see if it's working fine. I am currently looking for any tools/methods to achieve that.
Please Advise
2
votes
0answers
54 views
Phantom.js stuck on choosing next element
I'm trying to use Phantom.JS to do some page automation on this page: https://reserve.apple.com/GB/en_GB/reserve/iPhone
I know how to use document.getElementById('store') = "R363" to choose the first ...
1
vote
0answers
31 views
how can i detect webpage changes automatically even if i don't reload [duplicate]
Possible Duplicate:
How does Stack Overflow notify of server-side events without a page reload? I see no request in Firebug
is there any way to alert the user so that they can perform a ...
0
votes
1answer
291 views
Automatically reload an iframe if source page changes
I don't know what's wrong with my code, even if I change the content of the target file it still wont refresh the iframe.
<script type="text/javascript">
var page = 'data/apps/<? echo ...
0
votes
1answer
237 views
refresh div automatically for news ticker
is there anyway to refresh the contents of this div when the value from the feed.php changes
this is my code for the news ticker:
<script type="text/javascript">
function ...
0
votes
0answers
37 views
Can UI Automation get the keyWindow?
I'm working with an automation team contracted and they want access to another window that we swap in the iOS application. My question is can we get accessibility on their javascript to the ...
0
votes
1answer
144 views
save a pdf and close it programatically
I am automataing a webbased application using Selenium Webdriver.
A report is generated in PDF format is opened Acrobat reader. I have to save that PDF to a specific location and then close the pdf. ...
0
votes
2answers
69 views
Exporting specific part of a html page with batch
Firstly I'm new to the community as an user, and I want to say it is a great one.
My question is that I want to get an URL from an <a href="" element, using <alt="new"> or the name of an ...
0
votes
2answers
285 views
Auto submit Javascript button action
I have a website with a Javascript button, that submits the code entered and refreshes the screen. This is on a open source application and it not my own code.
This button does the job most of the ...
0
votes
1answer
84 views
javascript tool for coding standards
Im looking for a tool which ideally i could integrate into rubymine (but command line is fine as well) which will warn me when I'm coding javascript against certain coding standards. The tool should ...
0
votes
4answers
127 views
How Can i click on this element (which is a button) using selenium web driver?
<span>
<button class="buttonLargeAlt" onclick="javascript:submitCheckout(this.form);"type="submit">Checkout</button>
</span>
I tried ...
2
votes
2answers
315 views
Use browser to run custom JavaScript on page (client side) to simulate clicking? How to do?
I want to automatically grab some content from a page.
I wonder if it is possible:
Run my own written JavaScript on the page after the page is loaded (I use FireFox. I don't have the ability to ...
0
votes
1answer
85 views
Is it possible to create computer macros (keyboard events and such) using JavaScript?
I could not find useful results because of confusion with programming macros (like where Lisp shines). Can you configure computer macros such as 'send key input to a window' using JavaScript?
0
votes
1answer
137 views
c# automation code
I need to write C# automation script for metro app testing. I am using ranorex tool. How do I launch the application present on metro UI through the script? If I record and play back, it doesn't work ...
0
votes
1answer
69 views
How to trigger the loop after it finish it fully finish executing a function
I created a small bot that I intended to loop on all that are listed on the list and scrape data from a it that is on the other page. So I just utilize iframe so I can override and grab data from it.
...
0
votes
3answers
153 views
Is there a way to continue executing a javascript function from the same point after a page postback?
I have to work on an old system here at work where there are long lists of data that i have to mark for deletion, and since this application is really old (.net 1.1 i guess) and nobody has the source, ...
0
votes
0answers
116 views
Getting all objects of a certain class in a UIAElementArray
I'm working on automating an iOS application (with javascript) and have run into a snag. There are multiple popovers on the screen that can be manipulated* and the automation framework doesn't seem to ...

