flask

  1. hieunekodesu

    I cant using obs browser source with localhost flask website

    this is my code from selenium import webdriver from selenium.webdriver.common.by import By from flask import Flask, jsonify, render_template, request import time url = "https://lichess.org/oW6O03Np/black" driver = webdriver.Chrome() driver.get(url) stages = driver.find_element(By.XPATH...
Top