Posts by SC3 • 21 points
5 posts
-
0
votes0
answers55
viewsQ: Automation with Selenium Webdriver Python
I’m doing an automation. where I access one page to be able to go to another, after going to another page I try to click on an element, but even using Webdriverwait is showing that it was not found…
-
0
votes1
answer98
viewsQ: Web Scraping with Webdriver and python Selenium
This program aims to download excel files to optimize time. But there are the filters to be filled before downloading the file, in these filters have the start date and end date, it must be the same…
-
0
votes1
answer188
viewsQ: Automation Webdriver with python
I’m using the python Selenium Webdriver to log in to a site to do some tasks, I’m able to click login, but it doesn’t take the input I ask to type. This is code Selenium: import time import requests…
-
-1
votes1
answer127
viewsQ: Age tester
I’m developing this application in Javascript to check the age, and change the background color and photo according to the user’s situation. One of the problems I’m having is with the VER button,…
-
-1
votes1
answer44
viewsQ: Problem with script for BMI calculation
function CalculoImc(){ var peso = window.document.getElementById('campopeso') var cen = window.document.getElementById('campocen') var altura = window.document.getElementById('campoaltura') var…
javascriptasked SC3 21