I am trying to implement a multi language interface for my project and for this I want to load the data for the 3 languages from XML file. The problem is that w
I'm having problems using the selector to specify an html input. I want that Playwright identifies an Whatsapp TEXTBOX so that i can use it, but there is no ID
I have some code and when it executes, it throws a NullReferenceException, saying: Object reference not set to an instance of an object.
I'm new to Golang, starting out with some examples. Currently, what I'm trying to do is reading a file line by line and replace it with another string in case i
I am unable to get the Apple Review team to look at my in-app purchases. I have an already published app with some IAPs. I'm trying to add a few new ones now.
When I run a script in my Linux server as follow: ./myscript \"hello\" The script then receives the parameter as "hello". Now, I want to be able to run this
I need to get the second occurrence of the space for below text. It should be the space after the 56, but I'm getting 15th position before the 56 as the first o
I have written 2 pieces of code. login and authentication def register(): db = open("database.txt","r") account_number= input("Enter your Account Numbe