The Autotest Generator function does not support URL input with a domain
y
yc
When I input a URL with a domain, the system automatically ignores the domain information. This problem makes it difficult for our web products to use AI to help create tests
ex :
input URL : https://www.xxxx.xxs.com/cn/B09JRKG3LC
output
actions:[
]
0:{
}
text:
"Go to https://www.xxxx.xxs.com"
type:
"goto"
selector:
""
value:
"/"
automated:
true
}
]
K
Karan Puri
Hi there !
For now, AIDEN is designed to start from the domain itself. So, it trims the rest of the link. In order to visit rest of the link in AIDEN, you can add the same in the very next step.
For example - I want AIDEN to visit "https://www.google.com/imghp"
The first step will start with AIDEN trimming the rest and visiting "https://www.google.com" [See Pic 1]
The next step would be to ask AIDEN to go to "/imghp" [See Pic 2]
Let us know if you run into any issue with this approach.