I am trying to programmatically simulate the pressing of the UP arrow key on the keyboard for an end-to-end test. With the below code, the GUI control receives
I'm trying to write code to login to a website. First I tested using ARC. It works fine. Image So I wrote python code like this: import requests url = 'htt
Does anyone know why my state.pages doesnt get filled with the json data I fetch with axios? However, when I change something in my file and save it, so that vi
I want to show business ratings on a webpage. It includes google business, yelp and yellow pages etc. I can find api's of google business and yelp but it seems
I am creating an iOS Application in which I have to show a list of all connected devices on the same network and connect to Android TV. The application's purpos
I have point A (pointA = (x1, y1)) and I need to choose a random point B (pointB = (x2, y2)) such that the distance between the A and B is equal to K.
I'm creating a bash script, but it does not seem to check if a folder exists, when it's based on variables. Although the folder does exists, when I cd into it.
import random def rpc(): a = ["rock", "paper", "scissor"] b = random.choice(a) print(b) userinput = input('please type rock, paper or scissor:') if user
I have a desktop application that reports exceptions when they occur. The solution contains the main project in VB.net and a supporting project in C#. When debu