Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

WebGL and Selenium

Discussion in 'Web' started by nrvllrgrs, Aug 25, 2020.

  1. nrvllrgrs

    nrvllrgrs

    Joined:
    Jan 12, 2010
    Posts:
    62
    I'm trying to use Selenium to verify that the deployed application executes as intended on various browsers (e.g. Chrome, Firefox, Edge, Safari). My Selenium project successfully goes to the desired URL, but is always met with the following error:

    Code (CSharp):
    1. abort("both async and sync fetching of the wasm failed")
    Can I use Selenium to verify that the deployed application works on different browsers? Is there an alternative that I should use instead of Selenium? Thanks in advance.

    Edit: I should also note that if I go to the URL without using Selenium then this error does not occur.
     
    Last edited: Aug 26, 2020