TimeoutException:预期条件失败:等待By.xpath定位的元素的可见性

时间:2019-08-20 17:49:48

标签: timeoutexception

  

TimeoutException:预期条件失败:等待的可见性   By.xpath定位的元素

我正在尝试使spicejet.com的giftcard页面自动化。 我已在Chrome控制台中针对“生日”链接Webelement的“ E-GIFT CARD”主链接文本Webelement手动调试了Xpath,并在所需位置使用了Explicit等待,但仍然 我低于期望值:

import Component from './src';

        var externalcall = {
            callme:function(value)  {
                     return <Component />
                } catch (ex) {
                }
            }
        };

0 个答案:

没有答案