如何在硒的Chrome网页上缩小嵌入式Google地图(Python)

时间:2019-06-11 03:40:13

标签: python selenium google-chrome

我想使用硒缩小Chrome网页中的嵌入式Google地图。我已经尝试了以下使用不同位置和缩放比例调整的方法,但均不适合我。我可以缩小页面,但不能放大地图,以便重新加载覆盖新地图区域的新标记。

Error: Could not locate the bindings file. Tried:
 → ...\node_modules\ibm_db\build\odbc_bindings.node
 → ...\node_modules\ibm_db\build\Debug\odbc_bindings.node
 → ...\node_modules\ibm_db\build\Release\odbc_bindings.node
 → ...\node_modules\ibm_db\out\Debug\odbc_bindings.node
 → ...\node_modules\ibm_db\Debug\odbc_bindings.node

browser.send_cmd('Input.synthesizePinchGesture', {
                        'x': 500,
                        'y': 200,
                        'scaleFactor': 0.5,
                        'relativeSpeed': 800, # optional                                                                                                                                                                                                                
                        'gestureSourceType': 'default' # optional                                                                                                                                                                                                       
                    })

还有其他解决方案吗?

0 个答案:

没有答案