質問編集履歴

2

ごじ

2021/07/02 10:02

投稿

etsuro521
etsuro521

スコア0

test CHANGED
File without changes
test CHANGED
@@ -36,13 +36,13 @@
36
36
 
37
37
  browser.execute_cdp_cmd(
38
38
 
39
- "Browser.grantPermissions",
39
+ 'Browser.grantPermissions',
40
40
 
41
41
  {
42
42
 
43
- "origin": "https://www.openstreetmap.org/",
43
+ 'origin': 'https://www.google.com/',
44
44
 
45
- "permissions": ["geolocation"]
45
+ 'permissions': ['geolocation']
46
46
 
47
47
  },
48
48
 
@@ -52,15 +52,15 @@
52
52
 
53
53
  browser.execute_cdp_cmd(
54
54
 
55
- "Emulation.setGeolocationOverride",
55
+ 'Emulation.setGeolocationOverride',
56
56
 
57
57
  {
58
58
 
59
- "latitude": 36.061802,
59
+ 'latitude': 36.061802,
60
60
 
61
- "longitude": 136.223599,
61
+ 'longitude': 136.223599,
62
62
 
63
- "accuracy": 100,
63
+ 'accuracy': 100,
64
64
 
65
65
  },
66
66
 

1

ごじ

2021/07/02 10:02

投稿

etsuro521
etsuro521

スコア0

test CHANGED
@@ -1 +1 @@
1
- Cromeで位置情報送信を許可したい
1
+ Chromeで位置情報送信を許可したい
test CHANGED
File without changes