Skip to content

[Need support]: How to integrate with browserstack SDK. #53

@Grace-YanFei

Description

@Grace-YanFei

Describe the problem

Integration with browserstack without SDK Using the way referred here https://healenium.io/frameworks#rec658272959 works well . But I'd like to know how to integrate with browserstack SDK. Currently, there are two ways to run cases on browserstack : 1: browserstack SDK without remote driver(I'm asking for help on this way) 2: pytest with remote driver (it works).

The issue is that when I'm trying to use the below method to run with browserstack SDK. Browserstack SDK just ignore the healenium and run cases on their solution.

healenium_url = "this is an URL of healenium server"
driver = webdriver.Remote(
command_executor=healenium_url,
options=options,
)

Healenium Backend version

3.4.8

Selenium version

4.31.0

Platform

Python

Logs appeared during using Healenium

No logs. The codes don't request healenium. But the case passed on browserstack.

healenium_url = "this is an URL of healenium server"
driver = webdriver.Remote(
    command_executor=healenium_url,
    options=options,
)

Additional context

No response

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions