feat: drawing points

This commit is contained in:
2025-09-16 21:29:26 +03:00
parent b47e3978e1
commit 040299ca4c
8 changed files with 606 additions and 1 deletions

View File

@@ -59,7 +59,9 @@ class Simulator:
action.perform()
# Режим спутника
action.click(self.driver.find_element(By.CLASS_NAME, '_key_satellite'))
sleep(1)
action.move_to_element_with_offset(self.driver.find_element(By.XPATH, "//div[@class='rounded-controls']/div[@class='rounded-controls__child'][5]//button"), -500, -500)
action.click()
action.perform()
self.angle = 0