If I start a requestium instance using a proxy applied for the request session like:
s.proxies.update({'http': 'https://10.11.4.254:3128', 'https': 'https://10.11.4.252:3128'})
The proxy does not seem to apply for the selenium instance. Why is that?
I thought the whole point of requestium was to merge requests and selenium together. Am I doing something wrong?