0

Using Selenium (python) I'm attempting to send text (example: JSON payload) to the Firefox console and not having any luck.

Basically something like send_keys("data") that sends to the console in Firefox.

2
  • May I ask why you're trying to send data to the console? It's my understanding that Selenium is designed to test user interaction with a site so hopefully your average user is not opening up the Firefox console to do things. Also, this question may be better suited to the QA StackExchange Site. Commented Oct 8, 2014 at 23:26
  • I'm testing a Unity driven app and dev has opened it up so I can send camera locations via JSON format (XYZ). They can be entered into Firefox (or Chrome) console.
    – redrodan
    Commented Oct 8, 2014 at 23:35

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.