Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102873800
app.po.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 02:19
Size
208 B
Mime Type
text/x-java
Expires
Thu, Feb 27, 02:19 (2 d)
Engine
blob
Format
Raw Data
Handle
24446213
Attached To
R8244 Eawag_Swing_Weight_Elicitation
app.po.ts
View Options
import { browser, by, element } from 'protractor';
export class AppPage {
navigateTo() {
return browser.get('/');
}
getParagraphText() {
return element(by.css('app-root h1')).getText();
}
}
Event Timeline
Log In to Comment