質問編集履歴
1
pythonコードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
</button>
|
15
15
|
```
|
16
16
|
```python
|
17
|
-
print(driver.execute_script("return window.getComputedStyle(document.querySelector('radio-button'), ':after').getPropertyValue('content');"))
|
17
|
+
print(driver.execute_script("return window.getComputedStyle(document.querySelector('.radio-button'), ':after').getPropertyValue('content');"))
|
18
18
|
```
|
19
19
|
|
20
20
|
### 試したこと
|