Hello.
I would like to ask you if it is possible to somehow decompose URL with CBTA to read parameter which is added in process of testing.
For example:
- CBTA should log into internet shop - OK
- CBTA pick items to basket and proceed to check out - OK
- CBTA confirm order - OK
- CBTA should pass order number to another automated script - NOK
Order number is available in page body, so it would be possible to write custom script to decompose order ID from it. But it is also possible to find order ID in URL because in process of ordering items from shop final ID of order is added at the end of URL.
Do you have any ideas how to solve this problem?
Thank you very much.