electron + selenium报错: Server terminated early with status 1

这篇具有很好参考价值的文章主要介绍了electron + selenium报错: Server terminated early with status 1。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

electron + selenium报错: Server terminated early with status 1,# electron,electron,selenium,javascript

解决办法:

        这种错误一般是浏览器创建的某方法致命错误导致的,查看一下实例化driver的地方有哪些配置,着重看日志、用执行信息存储一类的配置,我的问题是日志文件夹改过了但没有创建

// 浏览器参数设置
const customArguments = [
    '--disable-web-security',
    '--ignore-certificate-error',
    '--test-type',
    '--user-data-dir=./user-data/' // 这块改过了没有创建对应的文件
    '--remote-debugging-port=' + urlParse['port'],
    '--no-sandbox',
    '--disable-dev-shm-usage',
    '--disable-extensions',
    '--headless'
]

在项目下创建user-data文件夹即可。文章来源地址https://www.toymoban.com/news/detail-814561.html

到了这里,关于electron + selenium报错: Server terminated early with status 1的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • Failed to connect to the remote extension host server(Error: WebSocket close with status code 1006)

    解决办法(第一种情况): 首先,检查远程服务器上的 /etc/ssh/sshd_config里,有没有允许端口转发:AllowTcpForwarding yes 更改后,重启 sshd服务:systemctl restart sshd。 然后,删除~/.vscode-server目录 本地Vscode settings的user配置里,把remote.SSH.remoteServerListenOnSocket的勾去掉(因为remote配置那

    2024年02月03日
    浏览(53)
  • 【异常】Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)

    经过查询,是因为应用服务器使用了Nginx做代理,而在Nginx这一层限制了上传文件的大小,因此需要修改Nginx配置 在location 下面增加 client_max_body_size 100M; 配置项,重启Nginx文件上传成功.

    2024年02月15日
    浏览(42)
  • Postman报错 status: 500,error: Internal Server Error,数据无法通过json传入后端。

    原因:没有加@RequestBody注解 错误如下: {     \\\"timestamp\\\": \\\"2022-10-08T12:28:11.503+00:00\\\",     \\\"status\\\": 500,     \\\"error\\\": \\\"Internal Server Error\\\",     \\\"path\\\": \\\"/books\\\" } 测试数据: 控制台:   解决方法: 把要传入的book前面加入@RequestBody 而@RequestBody主要用来接收前端传递给后端的json字符

    2024年02月11日
    浏览(57)
  • flink写mysql报错Could not retrieve transation read-only status server

    事务隔离级别前提下还是报错 SET GLOBAL tx_isolation=\\\'READ-COMMITTED\\\';    show global variables like \\\'wait timeout\\\'; 发现mysql是8小时。如果flnk超过8小时没有发送数据,invoke将会导致 mysql主动断开连接,而java侧并无感知。 解决问题,在使用connect前,判断当前connect是否可用。 不可用重新创建

    2024年02月07日
    浏览(39)
  • selenium执行报错:response = {‘status‘: 500, ‘value‘: ‘{“value“:{“data“:{“text“:“HTTP 错误 : 302Foun

    selenum的代码如下: 执行报错: python中selenium执行报错:response = {‘status‘: 500, ‘value‘: ‘{“value“:{“data“:{“text“:“HTTP 错误 : 302Found

    2024年02月14日
    浏览(94)
  • java selenium问题解决,版本号对应,仍报错java.io.IOException: Invalid Status code=403 text=Forbidden

    报错截图 java.io.IOException: Invalid Status code=403 text=Forbidden Exception in thread \\\"main\\\" org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to http://localhost:60613/devtools/browser/747cc62c-8bb8-4828-ab4e-afa69400a604 Build info: version: \\\'4.1.2\\\', revision: \\\'9a5a329c5a\\\' System info: host: \\\'LAPTOP-

    2024年02月11日
    浏览(57)
  • 注册中心报错was unable to refresh its cache! status = Cannot execute request on any known server

    错误日志如下: 2023-02-16 14:37:27.527  WARN 119653 --- [freshExecutor-0] c.n.d.s.t.d.RetryableEurekaHttpClient    : Request execution failed with message: java.net.SocketTimeoutException: Read timed out 2023-02-16 14:37:27.527 ERROR 119653 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_WXSMALLPROGRAM/xxx:443/wxs

    2024年02月11日
    浏览(54)
  • Docker运行报runc did not terminate successfully: exit status 127: unknown

    问题现象: 执行docker-compose up -d 报错误: ERROR: for gitlab  Cannot start service gitlab: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/ea2ca9eebb54f609c8dd0083c802bd9d75f1755bfe6c72a38cf4a6a83df2bd11/log.json: no such file or directory): run

    2024年02月11日
    浏览(48)
  • git clone 项目报错early EOF 的解决方式

    年后第一天开工拉取代码时遇到一个报错,early EOF,上网查说一般出现这种错误的原因是目标仓库太大了,顾尝试 修改git缓存 后重试: 将http.postBuffer设置的尽量大,例如524288000 即 500M,1048576000 即 1G。设置的缓存大小一定要比工程大小多一些。 如若还是没能解决,可尝试

    2023年04月13日
    浏览(53)
  • vscode远程连接 Install terminal quit with output:

    问题:vs code 连接远程服务器出现重复输入密码但是无法连接 终端最后输出的是 Install terminal quit with output: 过程试图写入的管道不存在 原因:         当前电脑连接了该目录,并且进行了修改,最后在退出远程连接的时候出现异常,导致最后无法修改服务器中的.vscode-ser

    2024年02月21日
    浏览(36)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包