I simply want to connect to my GitHub account. When I do it, I get this error message as a small red pop up on the upper right side of the pag
What is the correct way to work on a new browser Tab using playwright. Here is my scenario After I navigate to a page 'a' I click on link 'x' which opens a new
I am using TreeSelector Plugin. In which I get the data-value attribute in the console. In array the output is only data-value. Is there any ways to display dat
I'd like to assign a vecotr based on a conditional statement. How do I do this? This is what I have tried: zero_rows <- ifelse(i == 1, c(2,3,4,7,12),
I am trying to group a list of employees by the gender and department. How do I ensure all departments are included in a sorted order for each gender, even when
Attempting a flexbox nav that has up to 5 items and as little as 3, but it's not dividing the width equally between all the elements. Fiddle The tutorial I'm
I want to do this: When the camera is focused, the app will take picture automatically. But I found there's no way to detect if the camera is focused. How can
What I am trying to achieve is basically checking which of the month and year of the 1st DataFrame matches that of the 2nd DataFrame, then entering the values r