How to Run Selenium script on BrowserStack | Java Selenium | BrowserStack Tutorial | Cross Browser

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 14

  • @visharathi8294
    @visharathi8294 Год назад

    nice video @Bhau . The warning in your console shows using legacy capabilities is deprecated. What alternative should we be using for setting capabilities in future?

  • @surajgaikwad9974
    @surajgaikwad9974 Год назад

    @bhau...have u any selenium browser stack framework with multiple os and browsers?

  • @chaturachaundkar4190
    @chaturachaundkar4190 2 года назад

    Very Useful Please uplold next part ..

  • @42406106083
    @42406106083 6 месяцев назад

    Hi Bro - I am getting an error like Illegal key vales seen in w3c capabilities.. any solution for this error is much appreciated

    • @BhauAutomationLab
      @BhauAutomationLab  6 месяцев назад

      Check Appium version compatibility.
      Verify desired capabilities for correctness.
      Remove unsupported or incorrect keys.
      Ensure desired capabilities are passed as a JSON object.
      Escape special characters if needed.
      Restart the Appium server.
      Check server logs for detailed error messages

  • @sanketghadmode8107
    @sanketghadmode8107 Год назад +1

    Nice

  • @prachijadhav8549
    @prachijadhav8549 Год назад +1

    can u plz make vid on how to run testcases on differnt version at a time in framework.

  • @VrushaliHajare
    @VrushaliHajare Год назад

    my testcase has been passed but I am able to see it in the Browserstack

    • @BhauAutomationLab
      @BhauAutomationLab  Год назад

      Can you share more detail about it

    • @VrushaliHajare
      @VrushaliHajare Год назад +1

      @@BhauAutomationLab my testcase was passed in eclipse but when I started Browserstack it was not showing any status of testcase. then I change capabilities as:
      cap.setCapability("browserstack.user", "vrushalihajare_kmyXGE");
      cap.setCapability("browserstack.key", "Nmqnzkb7nhJgMb1hrs7n");

      // Set URL of the application under test
      cap.setCapability("app", "bs://c700ce60cf13ae8ed97705a55b8e022f13c5827c");

      // Specify device and os_version for testing
      cap.setCapability("device", "Google Pixel 3");
      cap.setCapability("os_version", "9.0");

      // Set other BrowserStack capabilities
      cap.setCapability("project", "First Java Project");
      cap.setCapability("build", "browserstack-build-1");
      cap.setCapability("name", "first_test");
      with this I got results in Browserstack. Browserstack shown a status also.

    • @BhauAutomationLab
      @BhauAutomationLab  Год назад

      Great 👍

    • @surajgaikwad9974
      @surajgaikwad9974 Год назад

      @bhau...have u any selenium browser stack framework with multiple os and browsers?