<legend id='jjeot'><style id='jjeot'><dir id='jjeot'><q id='jjeot'></q></dir></style></legend>
      1. <small id='jjeot'></small><noframes id='jjeot'>

      2. <tfoot id='jjeot'></tfoot>
          <bdo id='jjeot'></bdo><ul id='jjeot'></ul>
        <i id='jjeot'><tr id='jjeot'><dt id='jjeot'><q id='jjeot'><span id='jjeot'><b id='jjeot'><form id='jjeot'><ins id='jjeot'></ins><ul id='jjeot'></ul><sub id='jjeot'></sub></form><legend id='jjeot'></legend><bdo id='jjeot'><pre id='jjeot'><center id='jjeot'></center></pre></bdo></b><th id='jjeot'></th></span></q></dt></tr></i><div id='jjeot'><tfoot id='jjeot'></tfoot><dl id='jjeot'><fieldset id='jjeot'></fieldset></dl></div>
      3. 没有这样的元素:无法找到元素:{“方法":“css选择器",“选择器":“body sel

        no such element: Unable to locate element: {quot;methodquot;:quot;css selectorquot;,quot;selectorquot;:quot;body select[name=#39;Accept#39;]quot;}(没有这样的元素:无法找到元素:{“方法:“css选择器,“选择器:“body select[name=Accept]}) - IT屋

        <small id='6VO52'></small><noframes id='6VO52'>

              <i id='6VO52'><tr id='6VO52'><dt id='6VO52'><q id='6VO52'><span id='6VO52'><b id='6VO52'><form id='6VO52'><ins id='6VO52'></ins><ul id='6VO52'></ul><sub id='6VO52'></sub></form><legend id='6VO52'></legend><bdo id='6VO52'><pre id='6VO52'><center id='6VO52'></center></pre></bdo></b><th id='6VO52'></th></span></q></dt></tr></i><div id='6VO52'><tfoot id='6VO52'></tfoot><dl id='6VO52'><fieldset id='6VO52'></fieldset></dl></div>
                <bdo id='6VO52'></bdo><ul id='6VO52'></ul>

                • <tfoot id='6VO52'></tfoot><legend id='6VO52'><style id='6VO52'><dir id='6VO52'><q id='6VO52'></q></dir></style></legend>

                    <tbody id='6VO52'></tbody>
                  本文介绍了没有这样的元素:无法找到元素:{“方法":“css选择器",“选择器":“body select[name='Accept']"}的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有这个

                  <li><a class="dropdown-item" href="{{route('user.invite_accept',[$user->id,1])}}">Accept</a></li>
                  

                  我正在尝试使用 laravel 黄昏单击它,我使用了选择、单击、单击链接但它不起作用

                  I am trying to click on it using laravel dusk I used select, click,clicklink But it doesn't work

                  推荐答案

                  您的选择器似乎有误,您似乎正在尝试单击 hyperlink 由 表示<a> 标记,而您的 CSS 表达式正在寻找 <代码><选择>

                  Your selector seems to be wrong, it appears that you're trying to click a hyperlink which is represented by <a> tag while your CSS expression is looking for a <select>

                  尝试将您的定位器转换为 通过链接文本查找元素 比如:

                  Try converting your locator to find element by link text like:

                  driver.findElement(By.linkText("Accept"))
                  

                  或者使用 XPath 定位器,例如:

                  driver.findElement(By.xpath("//a[text()='Accept']"))
                  

                  这篇关于没有这样的元素:无法找到元素:{“方法":“css选择器",“选择器":“body select[name='Accept']"}的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How do I parse XML containing custom namespaces using SimpleXML?(如何使用 SimpleXML 解析包含自定义命名空间的 XML?)
                  SimpleXML SOAP response Namespace issues(SimpleXML SOAP 响应命名空间问题)
                  Problems with PHP namespaces and built-in classes, how to fix?(PHP 命名空间和内置类的问题,如何解决?)
                  Use php namespace inside function(在函数内部使用 php 命名空间)
                  unexpected #39;use#39; (T_USE) when trying to use composer(尝试使用作曲家时意外的“使用(T_USE))
                  PHP adding custom namespace using autoloader from composer(PHP使用来自作曲家的自动加载器添加自定义命名空间)

                  <legend id='u5nqk'><style id='u5nqk'><dir id='u5nqk'><q id='u5nqk'></q></dir></style></legend>
                    <bdo id='u5nqk'></bdo><ul id='u5nqk'></ul>

                  • <small id='u5nqk'></small><noframes id='u5nqk'>

                        1. <i id='u5nqk'><tr id='u5nqk'><dt id='u5nqk'><q id='u5nqk'><span id='u5nqk'><b id='u5nqk'><form id='u5nqk'><ins id='u5nqk'></ins><ul id='u5nqk'></ul><sub id='u5nqk'></sub></form><legend id='u5nqk'></legend><bdo id='u5nqk'><pre id='u5nqk'><center id='u5nqk'></center></pre></bdo></b><th id='u5nqk'></th></span></q></dt></tr></i><div id='u5nqk'><tfoot id='u5nqk'></tfoot><dl id='u5nqk'><fieldset id='u5nqk'></fieldset></dl></div>
                          <tfoot id='u5nqk'></tfoot>
                              <tbody id='u5nqk'></tbody>