tagged [automation]
Automating Visual Studio with EnvDTE
Automating Visual Studio with EnvDTE I am successfully instantiating/automating Visual Studio using the following code: Notice the `T
- Modified
- 26 Mar at 17:43
How to get the range of occupied cells in excel sheet
How to get the range of occupied cells in excel sheet I use C# to automate an excel file. I was able to get the workbook and the sheets it contains. If for example I have in sheet1 two cols and 5 rows...
- Modified
- 7 Nov at 23:1
Automation add-in vs. COM add-in
Automation add-in vs. COM add-in I am a newbie with add-in programming and need help with the following scenario: I have an C# Excel automation add-in that calls a few `UDF`s. I want to do a user name...
- Modified
- 7 Mar at 10:8
Push or Pull for a near real time automation server?
Push or Pull for a near real time automation server? We are currently developing a server whereby a client requests interest in changes to specific data elements and when that data changes the server ...
- Modified
- 17 Feb at 01:19
How can I stop cl.exe from terminating when a user logs out?
How can I stop cl.exe from terminating when a user logs out? We have an automated build server that produces builds using Visual Studio 2005 and [CruiseControl.NET](http://ccnet.thoughtworks.com/) (on...
- Modified
- 29 Jan at 12:32
How to stop Chrome's Select a certificate window?
How to stop Chrome's Select a certificate window? I'm working on a Selenium project and the system I need to test is using an SSL certificate. Every time when I try to login we are getting this "Selec...
- Modified
- 21 Jan at 01:47
How to find out which JavaScript events fired?
How to find out which JavaScript events fired? I have a select list: When I select `Closed` the page reloads. In this case it shows closed tickets (instead of opened). It works fine when I do it manua...
- Modified
- 27 Aug at 21:18
How to enable cookie in phantomjsdriver selenium c#?
How to enable cookie in phantomjsdriver selenium c#? Following is my code : ``` case BrowserType.PhantomJS: var service = PhantomJSDriverService.CreateDefaultService(Path.Combine(_rootPath, @"...
- Modified
- 25 Jan at 10:49
VB.Net Automating MS Word for Spell Check Capabilities
VB.Net Automating MS Word for Spell Check Capabilities An application currently in development has the requirements for using MS Word to perform spell check on certain textareas within the application...
- Modified
- 7 Aug at 12:56
Switch tabs using Selenium WebDriver with Java
Switch tabs using Selenium WebDriver with Java Using Selenium WebDriver with Java. I am trying to automate a functionality where I have to open a new tab do some operations there and come back to prev...
- Modified
- 25 Nov at 09:5
Is there an automatic code formatter for C#?
Is there an automatic code formatter for C#? In my work I deal mostly with C# code nowadays, with a sprinkle of java from time to time. What I absolutely love about Eclipse (and I know people using it...
- Modified
- 12 Sep at 21:14
referencing System.Windows.Automation
referencing System.Windows.Automation I wanted to try out some of the automation stuff available through [BugSlayer](http://msdn.microsoft.com/en-us/magazine/cc163465.aspx#S1), but am having problems ...
- Modified
- 24 Sep at 03:15
How to use ADB to send touch events to device using sendevent command?
How to use ADB to send touch events to device using sendevent command? I am trying to send touch events to a device using AndroidDebugBridge, so that I can do some basic automation for UI tests. I hav...
- Modified
- 16 Jun at 10:25
MsTest TestCleanup method not called when an unhandled exception is thrown
MsTest TestCleanup method not called when an unhandled exception is thrown I have a test which uses an external assembly to access UI features in the application we're testing. This assembly throws an...
- Modified
- 16 Aug at 15:21
Interacting with web pages in C#
Interacting with web pages in C# There is a website that was created using ColdFusion (not sure if this matters or not). I need to interact with this web site. The main things I need to do are navigat...
- Modified
- 27 Feb at 20:46
How to get webDriver to wait for page to load (C# Selenium project)
How to get webDriver to wait for page to load (C# Selenium project) I've started a Selenium project in C#. Trying to wait for page to finish loading up and only afterwards proceed to next action. My c...
- Modified
- 4 Apr at 09:27
Clicking submit button of an HTML form by a Javascript code
Clicking submit button of an HTML form by a Javascript code I don't know much about WEB probramming, so feel free to ask if I'm missing any details. There is a certain website which I'm visiting very ...
- Modified
- 6 Mar at 15:24
Create automation macro support within an application
Create automation macro support within an application I need to get an automation macro like thing within our desktop application. The desktop app will probably be in VB.NET or C#.net. The reason is t...
- Modified
- 1 Nov at 07:46
How to synchronise the publish version to the assembly version in a .NET ClickOnce application?
How to synchronise the publish version to the assembly version in a .NET ClickOnce application? In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> -> tab. I...
- Modified
- 22 Oct at 12:5
Generate C# project using CMake
Generate C# project using CMake I'm trying to generate a C# project within an existing C++ CMake code base on Windows. After some research, I could find only two projects that built their own CSharp c...
- Modified
- 29 Sep at 17:3
How can I use EnumWindows to find windows with a specific caption/title?
How can I use EnumWindows to find windows with a specific caption/title? I am working on an application that will eventually be an api for driving UI Tests for a WPF application. At one point of the i...
- Modified
- 8 Nov at 20:36
Do you use Phing?
Do you use Phing? Does anyone use [Phing](http://phing.info/trac/) to deploy PHP applications, and if so how do you use it? We currently have a hand-written "setup" script that we run whenever we depl...
- Modified
- 18 Jan at 11:0
Home Automation Library
Home Automation Library I'm a C# developer looking to get into home automation as a hobby. I have done a little research, but was wondering if anyone knows of a good .NET library that supports Insteon...
- Modified
- 9 Jul at 15:5
Auto-generate a service, its DTOs, and a DAO
Auto-generate a service, its DTOs, and a DAO I am using ServiceStack to connect my thick client to our API server, and I like it a lot. However, I find having to write three classes for every request ...
- Modified
- 6 Jun at 07:56
Disposing of Microsoft.Office.Interop.Word.Application
Disposing of Microsoft.Office.Interop.Word.Application (Somewhat of a follow on from the post (which remains unanswered): [https://stackoverflow.com/q/6197829/314661](https://stackoverflow.com/q/61978...
- Modified
- 23 May at 10:30