我计划在网络上从NVIDIA上抓取GPU的股票数据,但是当我试图通过点击load按钮加载完整的页面时,"selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".buy-link load-more-btn"}"说
HTML
密码
from selenium import webdriver
#!/bin/bash
declare -a gpu_array=("rtx3060", "rtx3070", "rtx3080", "rtx3090", "rx6700")
#host = "http://192.168.1.31:5000/"
for gpu in ${gpu_array[*]}; do
gpu_url = $"http://192.168.1.31:5000/$gpu"
value = $(curl "${gpu_url}")
我需要解释..。为什么下面的代码会给出一个:Parameter count mismatch?
C#代码:
//...
public delegate int FindInRichTextBoxMethod(RichTextBox rtx, string target, int index);
public int FindInRichTextBox(RichTextBox rtx, string target, int index)
{
return rtx.Find(target, index, RichTextBoxFinds.None);
}
//
当我运行它时,它显示它的无效标识符"RTX“。 gf<-"cyberpunk"
#input$rat gives a value of string "RTX"
delete<-paste("select * from games where name = ",gf," and graphics = ",input$rat, sep="")
yx<-dbGetQuery(ValidateUser,delete)
print(yx)