gpt4 book ai didi

ruby-on-rails - 我如何发送 :Backspace to an element with Capybara and Poltergeist without it triggering the browser to navigate back one page?

转载 作者:行者123 更新时间:2023-12-04 06:14:47 26 4
gpt4 key购买 nike

我正在尝试在 Cucumber 场景中测试 HTML 编辑器,我需要模拟用户按下退格键。我正在使用的代码如下,但它会导致浏览器向后导航而不是删除字符。

我怎样才能专注于编辑器区域,这样按键就不会这样做?

  page.execute_script "$('.redactor-editor').first().focus();"
all('.redactor-editor')[0].native.send_key(:Backspace)

最佳答案

去掉:Backspace的大写B

page.execute_script "$('.redactor-editor').first().focus();"
all('.redactor-editor')[0].native.send_key(:backspace)

关于ruby-on-rails - 我如何发送 :Backspace to an element with Capybara and Poltergeist without it triggering the browser to navigate back one page?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30991467/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com