#Seleniumでのclassしてについて
【対象箇所】
html
1<select class="hoge huga piyo"</select>
上記の様なclassが複数ある場合はどのように記載すればいいのでしょうか。。
python
1driver.find_element_by_class_name('selectpicker form-control form-control-sm form-control-inline ng-pristine ng-untouched ng-valid')
当たり前なのですが・・・
invalid selector: Compound class names not permitted
エラーがでます。。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/10/23 04:01
2018/10/23 04:04
2018/10/23 06:49