8
Thực thi JavaScript bằng Selenium WebDriver trong C #
Làm thế nào điều này đạt được? Ở đây nó cho biết phiên bản java là: WebDriver driver; // Assigned elsewhere JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript("return document.title"); Nhưng tôi không thể tìm thấy mã C # để thực hiện việc này.