I need to maximize the browser as soon as the page is opened.The function is to be written in JavaScript . I tried Window. moveTo(0,0) window. resizeTo(screen.
i am trying to extend a Qweb XML view in Odoo 15. Here is what i tried. static.xml <?xml version="1.0" encoding="UTF-8"?> <templates xml:sp
I'm trying to validate the dropdown value I selected. I'm using this for the Playwright tool. I wrote a code for that validation but I got an error. anyone know
I have some forms that will display based on a various conditions (post ID, unix time, etc). They're in the template file like so: echo do_shortcode('[gravityfo
I am using the Scanner methods nextInt() and nextLine() for reading input. It looks like this: System.out.println("Enter numerical value"); int option; o
I need if two objects are equal() need to print("Equal") if objects are not equal -> "Not equal".I can not find mistake of this codeThis is my code in Intel
I have a table it contains ID, Description and code columns. I need to fill code column using description column. Sample Description is "Investigations and Reme
I've python code that includes tqdm code. the bash build docker image and container however I can't see any output from the container(in CLI). #!/bin/sh docker