Jasiel Izaguirre

Results 2 comments of Jasiel Izaguirre

This may solve the problem. `return driver.execute_script("var req = new XMLHttpRequest();req.open('GET', '" + str(url) + "', false);req.setRequestHeader('Accept', 'application/json, text/javascript, */*; q=0.01');req.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); req.setRequestHeader('Cookie', '_yatri_session=" + session + "'); req.send(null);return req.responseText;")`

> Hi @jaimbox, > > Can you please help where to input this? With Selenium in Python you can run javascript, put it in the place where you need to...