“Dapatkan teks” Kode Jawaban

Dapatkan teks

const assert = require('assert')

describe('v5.webdriver.io', () => {

    it('should demonstrate the gettext function', async () => {
       await browser.url('https://v5.webdriver.io')
       
       const blogButton = await $('[href="/blog/"]');
      
       console.log( "text for element:" +await blogButton.getText());

      
    })
})
Vivacious Vicuña

Dapatkan teks

const assert = require('assert')

describe('v5.webdriver.io', () => {

    it('should demonstrate the gettext function', async () => {
       await browser.url('https://v5.webdriver.io')
       
       const blogButton = await $('[href="/blog/"]');

       const xblogButton = await blogButton.getText()
       console.log( "text for element:" +xblogButton);

      
    })
})
Vivacious Vicuña

Jawaban yang mirip dengan “Dapatkan teks”

Pertanyaan yang mirip dengan “Dapatkan teks”

Lebih banyak jawaban terkait untuk “Dapatkan teks” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya