await driver.get('https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Redline%20%28Field-Tested%29'); let script = driver.findElements(By.xpath('/html/body/div[1]/div[7]/div[2]/script[3]')); script.then(() => { console.log(script); });
This is a code example. I hope u can show me how I can get the code inside the script.
Thanks in advance.
2.1m questions
2.1m answers
60 comments
57.0k users