feat: drawing points
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user