-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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 neededExtra attention is needed