问题标签 [g1ant]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio - 在使用 Selenium for G1ANT 在 Visual Studio 上创建附加组件时遇到错误
我在构建解决方案时遇到了这个错误。
这是唯一显示的错误。我的 G1ANT Sdk 安装正确,并且我清除了所有依赖项。对此有什么可能的解决方法?
c# - chromedriver 错误 - 即使从所述 URL 替换 chromedriver 可执行文件,该错误仍然存在
使用 selenium 包后,它给了我 chromedriver.exe 的此错误不存在。请让我知道是什么问题。我也按照对话框中的说明进行了操作,但问题仍然存在!下面是我的 c# 代码和 G1ANT Studio 的一些图像。
C#代码:
G1ANT Studio 中的错误:
它说我在 G1ANT Studio 中运行“youtube.open browser chrome”命令后 chromedriver.exe 不存在
visual-studio - 在 Visual Studio 中编写命令时出现“当前上下文中不存在硒管理器”错误
selenium manager 在当前上下文中不存在,即使我也安装了 selenium web 驱动程序包。但我仍然面临这个问题
c# - Selenium 驱动程序 - 如何在 C# 的不同类中使用相同的新驱动程序
我需要知道我们如何在不同的类中使用相同的 Selenium Driver 实例?所以我在一个类中创建了一个驱动程序的实例,使用代码:
所以我需要在新类中使用这个实例,我该怎么做?
谢谢你