Skip to content

Commit

Permalink
fix: remove submit_button.focus()
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Apr 2, 2024
1 parent 3bbd438 commit 3b417c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lmao/ms_copilot/ms_copilot_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ def prompt_send(
# Submit
logging.info("Clinking on submit button")
submit_button = self.driver.execute_script(_GET_SUBMIT_BUTTON)
submit_button.focus()
time.sleep(0.1)
submit_button.click()

# Wait until bot starts responding
Expand Down

0 comments on commit 3b417c1

Please sign in to comment.