Element is not clickable at point (1108, 190). Other element would receive the click

来源:互联网 发布:qt编程下载 编辑:程序博客网 时间:2024/05/20 21:46


when we input something to search by selenium & python, but maybe there's some exception on your code, "Element is not clickable at point (1108, 190). Other element would receive the click", and i tried many times to resolve it, like : "found element by id/tagname/linktext/xpath", it didn't work as well,   it doesn't matter, the next, we should check if it works by JS in console. if it's good, so we can use it in python, and the code is "
driver.execute_script("$('#main_search_button').click()")", 
it can works well by click(). so if you come
across this issue, maybe you can try it!

0 0
原创粉丝点击