本文介绍了在laravel黄昏按Enter键盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在laravel黄昏,我该如何输入文字并在其中按下Enter键?
In laravel dusk, how do I type text and press enter keyboard in it?
我的输入字段需要按Enter键盘才能在此处添加多个项目
my input field need to press enter keyboard to be able add more than 1 item at there
推荐答案
$browser->keys('selector', 'element1', '{enter}', 'otwell', '{enter}');
希望这对您有帮助
这篇关于在laravel黄昏按Enter键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!