Questions tagged [testproject.io]
7 questions
2
votes
1 answer
Is there a way to run my own coded tests using TestProject.io agent?
I have TestProject.io agent installed on my system and I can record tests, how ever I want to run my own coded python selenium tests, how can I do it? is that an option? will I get reports locally?

Arthur
- 23
- 2
1
vote
1 answer
Failed to create an instance of io.testproject.sdk.drivers.web.ChromeDriver
I got this error when trying to run Testproject sdk.
TestProject agent is running perfectly.
The token also working perfectly.
I tried to find a solution online but I couldn't find any soulution to this error.
public static void main(final String[]…

Ramitha Silva
- 130
- 3
- 6
- 18
0
votes
1 answer
Add Additional capability doesnt work for Edge
No overload for method 'AddAdditionalCapability' takes 3 argument
case BrowserType.Edge:
EdgeOptions edgeOptions = new EdgeOptions();
edgeOptions.AddAdditionalCapability("cloud:URL",…
0
votes
1 answer
How to open incognito/private window Chrome By C# Test project automation
I am trying to open incognito/private window Chrome by Automation code. I am using C# and Testproject ro run my code.
Does anyone here have any experience with this, can explain to me what I can do? thank you so much

Jin
- 1,259
- 1
- 12
- 24
0
votes
1 answer
How to get the elements into a list in appium
List count= driver.findElements(by.xpath("abc"));
I am getting an error if I use the above line:
"Type safety: The expression of type List needs unchecked conversion to conform to List"
I am doing a TestProject coded…

Lipson T A
- 49
- 3
- 9
0
votes
1 answer
Checkbox is not getting clicked properly in testproject or andriod app
i have an android app where it has 3 checkboxes in a view. All three controls are of type andriod.widget.checkbox. Along with these checkboxes there is a text content as well. Inside that text content, there is a link also. Now my aim is to click on…

Lipson T A
- 49
- 3
- 9
-3
votes
1 answer
Report steps using TestProject Java SDK
how can I report steps in my java code using TestProject Java SDK?
Can anyone share an example?

Kfiryo
- 32
- 2