Alexander Frischbutter

Results 4 comments of Alexander Frischbutter

IMHO it got outdated with Angular (5)

Confirmed this with 6.2.1 have the same issue Request Interface ``` export interface EmployeesPatchRequestParams { /** A unique integer value identifying this User. */ id: number; /** Company ID for...

in `util.py` ``` followers_count = format_number( browser.find_element( By.XPATH, str( read_xpath(get_relationship_counts.__name__, "followers_count") ), ).text ) ``` you need to add `.replace("\nfollowers", '')` after `.text` down the script also change this too...