python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Control Vivaldi browser
I want to manage the tabs of Vivaldi (Windows) using Python: get URLs, focus a specific tab, open, close, reload...
This post asks how to open Vivaldi, and my script does it, but not when/how it's sup...
DavidBevi
Votes: 0
Answers: 0
How to search for an element and incase it does not exist search for another element using Selenium Python
I'm trying to search for an element and if it doesn't exist search for another element, and here is my code:
try:
elem1 = driver.find_element_by_xpath('xpath1')
elem = driver.find_element_by_x...
wezzo
Votes: 0
Answers: 1
Send keys to active element in Selenium Python
So I have following element that I need to send keys to:
<input type="text" placeholder="Recipient address" class="text-gray-light py-1.5 sm:py-2 px-2 sm:px-3 bg-gray-dark ...
DZR
Votes: 0
Answers: 2
OSError: [Errno 8] Exec format error: '/home/ec2-user/Desktop/chromedriver' error using Chromedriver in AWS EC2 ARM flavour machine
I have an EC2 machine from AWS with ARM flavour. I installed Python 3, and then used pip3 to install Selenium. I then downloaded the Linux version of chrome driver from here, unzipped it and kept the ...
SexyBeast
Votes: 0
Answers: 1