English 中文(简体)
WebdriverIO Tutorial

Selected Reading

WebdriverIO - Handling Radio Buttons
  • 时间:2024-03-18 18:09:45

WebdriverIO - Handpng Radio Buttons


Previous Page Next Page  

我们可以在自动识别器中处理无线电台,同时使用网络无线电台进行测试。 在《html法典》中确定了无线电台,标记为投入和广播类型。

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

Handle Radio

Methods for Radio Buttons

某些与无线电台合作的方法如下:

cpck()

它用于选择一个无线电台。

Syntax>

The syntax is as follows -


const l = $( .rad )
l.cpck()

isSelected()

用于检查是否选择了某种类型的无线电。 它收回了一种诱杀价值(如果选定,假冒,如果不是假冒)。

Syntax>

The syntax is as follows -


const l = $( .rad )
l.isSelected()

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

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

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

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

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

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

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


// test suite name
describe( Tutorialspoint apppcation , function(){
   //test case
   it( Radio Button , function(){    
   // launch url
   browser.url( https://www.tutorialspoint.com/selenium/selenium_automation_practice.htm )
      //identify radio button with CSS then cpck
      const p = $("input[value= 1 ]") 
      p.cpck()
      //verify if selected 
      console.log(p.isSelected())
   });
});

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


npx wdio run wdio.conf.js 

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

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

Handle Radio Button

指挥工作成功完成后,风气的价值在奥索尔印刷。 由于无线电塔顿是在前一个步骤中选择的,因此获得回报的选任(S)职能将恢复。

Advertisements