質問編集履歴
1
pythonコードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
```python
|
32
32
|
|
33
|
-
print(driver.execute_script("return window.getComputedStyle(document.querySelector('radio-button'), ':after').getPropertyValue('content');"))
|
33
|
+
print(driver.execute_script("return window.getComputedStyle(document.querySelector('.radio-button'), ':after').getPropertyValue('content');"))
|
34
34
|
|
35
35
|
```
|
36
36
|
|