python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using VBA to add automation to a line in a text field shape
I understand VBA in EXCEL very well, but PowerPoint is something else. So far I have generated my slides from a text file. The title is really a question and the box below is four possible answers. ...

Ken
Votes: 0
Answers: 0
How to drag and drop custom file using Cypress
I'm currently working on doing a drag and drop file where I basically have a file format called BMPROJ which contains a JSON. However, the website works that it needs to drag and drop the file as a BM...

PythonNewbie
Votes: 0
Answers: 2
Class import is not working on gitlabci with cypress
in my cypress script i'm importing files as i'm doing page object models like this
import { LoginPage } from '../../page-objects/admin/login-page/LoginPage'
import {Common} from '../../page-objects/co...
Hamza Amami
Votes: 0
Answers: 1
Packages Pynput and Pyautogui not working
I'm trying to automate some stuff on my Mac OS Big Sur 11.5.2 . I used to do it on my old computer that was running High Sierra. Now both the packages pyautogui and pynput can run but they never execu...
Sebastien Dupont
Votes: 0
Answers: 0