我正确地得到了这段代码:
<a id="home-slidetotext2" href="#main">Go Main</a>
链接正常,但它将我发送到“主”div, 但问题是“主”div不在我的屏幕上, 我想要做的是设置当我按下该链接时,我的屏幕上的TOP元素将成为“主要”div。
我怎么能这样做?
答案 0 :(得分:0)
当您点击该链接时,会转到ID为#main的元素。
如果您想转到特定点,请将button = browser.find_elements_by_tag_name('td')
for txt in button:
if txt == "Another Custom Form (Mobile)":
放在您要去的位置并链接name="xyz"