Georgi Georgiev
Georgi Georgiev
Hi, Email subject is empty when it contains blue heart symbol. It is empty string("") even when retrieved from API. Example: 💙 Welcome 💙 Symbol unicode: https://charbase.com/1f499-unicode-blue-heart Is this a...
What is the keyword for setting chrome binary path in the `chromeOptions` section in `actor.yaml`? ``` desiredCapabilities: browserName: chrome chromeOptions: args: [ --start-maximized ] ``` I.e. what is the equivalent...
Is there any reason for browser being started when test contains NO selenium steps in it? Example: ``` description: Get repo branches from the GitHub API actors: - actor: WEB...
OpenTest version 1.3.8 Steps to reproduce: 1. Create a base template `base_template.yaml`: ``` sessionLabel: Dummy session maxIterations: 2 tests: - name: dummy_test_pass path: unit-tests/dummy - name: dummy_test_pass2 path: unit-tests/dummy ```...
When the challenge is complete only the points granted are displayed. It would be more convenient to show what is the maximum possible points amount, so I can try further...
 It would be more convenient if I can see which challenges I already have passed in the dropdown list
Leaderboard shows my current position, but I think it also makes sense to show the total count of users. For example if my position is 5000 it doesn't tell me...
```actors: - actor: WEB segments: - segment: 1 actions: - description: Navigate to DemoQA action: org.getopentest.selenium.NavigateTo args: url: https://demoqa.com/alerts - description: Trigger Alert Box action: org.getopentest.selenium.Click args: locator: { css:...
I am using opentest version `1.3.8` Since few days I am facing this issue - actor is unable to execute the tests, because it constantly throws "I/O exception. Address is...
Hi, Is there any support for shadow root elements?