debug: Add ui option to schedule bid actions.

This commit is contained in:
tecnovert
2024-01-31 20:40:22 +02:00
parent 9ee6669179
commit 28fc4817c0
6 changed files with 86 additions and 33 deletions

View File

@@ -8,11 +8,11 @@
import json
import time
from urllib.request import urlopen
from selenium.webdriver.common.by import By
from selenium.webdriver.support.select import Select
from util import get_driver
from urllib.request import urlopen
from basicswap.util import dumpje
from util import get_driver
def test_wallets(driver):