English 中文(简体)
WebdriverIO Tutorial

Selected Reading

WebdriverIO - Mouse Operations
  • 时间:2024-03-18 19:04:53

WebdriverIO - Mouse Operations


Previous Page Next Page  

Webdriver IO可以采用迁移图方法,开展诸如在某个要素上 h覆.等业务。 这种方法将把这一改动移至要素的中间。

Syntax

The syntax is as follows -


let p = $( #loc )
p.moveTo()

在以下图像中,在Mouse Hoverhton的 h上,黄玉米和重载纽顿被展示。

Mouse Hover

在将烟 mo从Mouse Hoverutton移出时,黄玉米和重载纽吨被掩盖。

首先,遵循题为“快车道”的一章第1至5号步骤。

。 题为“从诺德JS开始的结晶”的章节详细介绍了如何安装这些装置。

。 关于如何安装这一装置的细节见题为“建立国家预防机制”的章节。

。 关于如何安装这些装置的细节见题为VS代码安装的一章。

。 关于如何进行安装的细节见题为“配置文件生成”的章节。

Step 5——建立光谱档案。 关于如何安装这些装置的细节见题为“Mocha装置”的章节。

在制作的Mocha光谱档案中添加以下代码。


// test suite name
describe( Tutorialspoint apppcation , function(){
   //test case
   it( Mouse Operatio , function(){    
      // launch url
      browser.url( https://courses.letskodeit.com/practice )  
      //identify element then hover mouse
      const e = $(".dropbtn")
      //scroll to element then mouse hover
      e.scrollIntoView()
      e.moveTo()
      browser.pause(2000)
      //verify if sub-element display on hovering
      console.log($( =Top ).isDisplayed())
   });
});

档案——由以下指挥部存档:


npx wdio run wdio.conf.js

在题为“Wdio.conf.js案”的章节和题为“编造档案”的章节中详细讨论了如何建立汇编档案的细节。

以下屏幕将登在你的电脑上:

Mouse Operation

指挥工作成功完成后,风气的价值在奥索尔印刷。 如果在网页上显示一个元件,则由“分层”功能退回。

Advertisements