automation Questions

3

I'm currently trying to follow the guides from CumulusCi and I'm having some trouble installing pipx inside my computer. I already have installed Python 3 and I'm currently running the following co...
Goer asked 26/3, 2021 at 18:39

3

Solved

I'm trying to add the capability of generating a stack trace from a core dump on mac automatically when one of our tests crashes. I was able to do it pretty easily on linux with gdb --batch --qui...
Isadoraisadore asked 7/11, 2014 at 23:56

8

Solved

With Ansible please advise how i could download the latest release binary from Github repository. As per my current understanding the steps would be: a. get URL of latest release b. download the re...
Yamada asked 21/6, 2018 at 10:54

3

Solved

I am using Selenium with Python to automaticlly extract some data from our power plants and right now I need to click on an element. The problem is that the element's xpaths and order change for ea...
Guarnerius asked 2/5, 2018 at 13:52

12

Solved

I just installed python on VS Code and I can't run any python code using python command. python command: Running the code seems to run python command by default and it does not recognize it. When I...
Nursemaid asked 14/9, 2018 at 12:59

6

Solved

I'm trying to write a function to find child(ren) element(s) within a locator something like: async findElements(locator: Locator){ return locator.querySelector(some/xpath/or/css); } However, I'm...
Magnesite asked 14/10, 2022 at 21:48

11

I am using cucumber to feed scenario and java as a language. I need to ignore particular scenario, while running an automation test. I have tried with below @ignore syntax, it doesn't work at all...
Hanlon asked 7/1, 2016 at 12:31

7

Solved

I want to automate a personal workflow that is based on camera usage on my MBP. Basically I want to know if any of the cameras (built-in or USB) has been turned on or off, so I can run a program o...
Labium asked 4/3, 2020 at 22:32

9

Solved

(Somewhat of a follow on from the post (which remains unanswered): https://stackoverflow.com/q/6197829/314661) Using the following code Application app = new Application(); _Document doc = app.Do...
Savill asked 21/7, 2011 at 14:11

10

Solved

Problem: I am trying to run appium automation on android emulator , the app launches but errors out saying No chromedriver found. I was able to run earlier, like last month and all. But now it tho...
Rauch asked 26/8, 2018 at 4:8

8

Solved

How can I pipe the new password to smbpasswd so I can automate my installation process.
Manuscript asked 15/8, 2008 at 6:8

5

Solved

I'm trying to do some automation scripts using git, simple things like updating submodules, moving to proper tags etc, but one of the problems I'm now finding is that git now forces you to confirm ...
Adaline asked 3/7, 2012 at 21:9

3

Solved

im very new to python, trying to create reusable code. when i try to call the class Login and function login_user in test_main.py by passing all the arguments that were used under Login class, im g...
Centner asked 25/2, 2020 at 13:19

9

Solved

I am working on fixing issues caught by sonar on a very old Java project(8 years old approximately ). It is a huge project with a lot of faulty code that is caught by sonar. Although they are...
Parsee asked 11/12, 2013 at 13:6

6

like in selenium, do we have option in Playwright to wait for an element to be clickable ?
Allative asked 22/7, 2022 at 11:32

2

Solved

TL;DR: What am I doing wrong that is causing the workspace pane to show up in Inspect Objects but not show up in my custom code? I am trying to write some UI automation to a 3rd party program. I...
Hampshire asked 14/2, 2012 at 18:34

6

Solved

I have a bunch of .doc files in a folder which I need to convert to .docx. To manually convert the .doc to .docx is pretty simple: Open .doc in Word 2007 Click on Save As... Save it as .docx H...
Elbertine asked 8/3, 2010 at 22:54

8

Solved

Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and which are black & w...
Gillie asked 13/3, 2009 at 4:7

9

Solved

I would like to know how to scroll down to click the element in Android using appium and java? I am having a list of elements inside "android.support.v7.widget.RecyclerView". Since it has more tha...
Gisborne asked 3/10, 2017 at 17:47

6

Solved

I would like to Auto Assign an issue to a project in Github. Basically automate the below screenshot for every issue automatically opened. Any ideas?
Sodamide asked 23/6, 2020 at 8:0

3

I wanted to add a 'Create work item' step in a pipeline. It was supposed to be a creation of a bug ticket in case of the pipeline failure. I run the pipeline on my own VM, so I had to login to Azur...
Tobacconist asked 22/2, 2023 at 17:21

3

Solved

I am working on a Ubuntu 12.04 and writing a environment-auto-build shell. In the shell I need to change something in rc.local. This is my rc.local now. #!/bin/sh -e #...... exit 0 I want to m...
Dauphin asked 12/7, 2013 at 2:2

5

Solved

I am unable to automate Connect-AzureAD powershell command. In order to get user objectID, I need to automate the operation Connect-AzureAD and for that i used this code: Connect-AzureAD -TenantI...
Remanent asked 12/2, 2020 at 9:37

1

How to map result set to Java Object(POJO) and then compare with actual response i.e already converted to Java Object(POJO) Main Issue I am facing is SQL column type is different from POJO. Now eg:...
Aldrin asked 2/3, 2024 at 13:45

5

I need to use command line switches to execute the 'Save as Text' command. Ideally, I want to: use a command line switch to open a PDF use a command line switch to convert the PDF to a text file ...
Controversial asked 28/7, 2009 at 19:9

© 2022 - 2025 — McMap. All rights reserved.